-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Bug: signals aren't reactive on lazy imported components #301
Comments
same issue |
same +1 |
Any updates on this? |
same +1 |
Could someone provide a minimal repro of the issue? Is this using react or preact package? What versions, etc. etc. |
hi~, @andrewiggins , you can reproduce it with this demo. A few points:
Steps to reproduce:
|
#420 it also is not working with forward refs |
same problem with react.signals in 2.2.0 + @preact/signals-react-transfor: 0.4.0 |
Signals aren't reactive on lazy imported components on the react version. However, in the preact experiment suspense works fine.
The text was updated successfully, but these errors were encountered: