-
Notifications
You must be signed in to change notification settings - Fork 194
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
edge case when using with hooks #433
Comments
I also encountered this problem,Is there any solution。 |
This is an issue of CRA instead of us. See facebook/create-react-app#11105 |
Thanks! |
encountered the same issue, but we are not using CRA. @pmmmwh, do you think something can be done in the plugin? |
I can make a repro later (if needed). |
@aladdin-add Please create a reproduction in a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduce demo: https://codesandbox.io/s/goofy-framework-v0tjf?file=/src/App.js
When config is a initialValue reference as useState, modify config doesn't update content. should we implement this feature?
anther possible usage:
The text was updated successfully, but these errors were encountered: