Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with react 18 unfortunately :( #91

Open
Loner291999 opened this issue Aug 10, 2022 · 4 comments
Open

Not compatible with react 18 unfortunately :( #91

Loner291999 opened this issue Aug 10, 2022 · 4 comments

Comments

@Loner291999
Copy link

No description provided.

@TheHumanistX
Copy link

Seems the dev has completely abandoned the project

@ghost
Copy link

ghost commented Jul 5, 2023

Using npm install react-textfit --force worked for me

@papaya-reader
Copy link

it works for me with react 18

@KarsonJo
Copy link

This package seems to work with the latest react, except that npm reports dependency conflicts.

In order not to affect subsequent installations of other packages, I override the dependency version of this package after installation:

// package.json
{
  ......
  "overrides": {
    "react-textfit": {
      "react": ">=15.0.0",
      "react-dom": ">=15.0.0"
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants