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
Recently, I have just learned that users of the observed bits feature gets warned in dev mode by the React library.
This was confusing at first as there is no documentation for it, and it just came to my understanding when I have read issues regarding it.
facebook/react#14815 facebook/react#14729
Apparently, the feature was unstable, and could be removed in upcoming updates of React.
To leverage this unstable feature and to make this package stable, I decided to rewrite the package to not use the feature.
Benefits are:
Implementation-wise, the benefits are also:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Recently, I have just learned that users of the observed bits feature gets warned in dev mode by the React library.
This was confusing at first as there is no documentation for it, and it just came to my understanding when I have read issues regarding it.
facebook/react#14815
facebook/react#14729
Apparently, the feature was unstable, and could be removed in upcoming updates of React.
To leverage this unstable feature and to make this package stable, I decided to rewrite the package to not use the feature.
Benefits are:
Implementation-wise, the benefits are also:
The text was updated successfully, but these errors were encountered: