You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
React compiler and @preact/signals-react-transform don't play nice together. It doesn't matter in which order they are added to vite config.
Steps to reproduce the behavior:
It seems like there is no reactivity: changes to values in signals don't re-render the component any longer
Expected behavior
Well I would expect them to be disjunct in their functionalities. But it seems one breaks the other.
The text was updated successfully, but these errors were encountered:
Environment
@preact/signals-core
@preact/signals
@preact/signals-react
Describe the bug
To Reproduce
React compiler and @preact/signals-react-transform don't play nice together. It doesn't matter in which order they are added to vite config.
Steps to reproduce the behavior:
It seems like there is no reactivity: changes to values in signals don't re-render the component any longer
Expected behavior
Well I would expect them to be disjunct in their functionalities. But it seems one breaks the other.
The text was updated successfully, but these errors were encountered: