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
- If you application has duplicate instances of the `solid-js` package inside `node_modules`, this can cause reactivity to break.
6
+
- This can happen when you've `npm link`ed dependencies into your project.
7
+
- If you're using Webpack with `babel-preset-solid`, you may have luck fixing the issue with using the [`RootMostResolvePlugin`](https://github.com/webpack/webpack/issues/985#issuecomment-260230782)
8
+
- If you're using Node.js `require` in Electron (for example), you'll need to write a Require hook (see the `pirates` package, for example) to make it import the root-most version of `solid-js`. (I'm not sure if such a hook already exists).
0 commit comments