We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Seems the dev has completely abandoned the project
Sorry, something went wrong.
Using npm install react-textfit --force worked for me
npm install react-textfit --force
it works for me with react 18
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" } } }
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: