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
After updating to latest Solid version, from Solid 1.4.4 I noticed that useContext broke with my library, and that lead me to discovering this issue. The issue only occurs during dev mode and only inside with node_modules.
What version of the plugin are you using? And do you still have this problem? We did a lot of work to get deduping to work but I imagine there are still gaps.
During dev mode, each time node_modules package imports file internally, makes that module have unique identity.
After updating to latest Solid version, from Solid 1.4.4 I noticed that
useContext
broke with my library, and that lead me to discovering this issue. The issue only occurs during dev mode and only inside with node_modules.Reproduction
I manually edited node_module of my package to check.
The text was updated successfully, but these errors were encountered: