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
09:12:23 [vite] hmr invalidate /js/my_component.jsx Could not Fast Refresh ("MyComponent" export is incompatible). Learn more at https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#consistent-components-exports
09:12:23 [vite] page reload js/my_component.jsx
so that's the culprit
I think the REPL output isn't compatible with how the vite react plugin works. If I massage the output slightly like: export var MyComponent
then it works again.
The text was updated successfully, but these errors were encountered:
It seems vite is doing a page reload:
so that's the culprit
I think the REPL output isn't compatible with how the vite react plugin works. If I massage the output slightly like:
export var MyComponent
then it works again.
The text was updated successfully, but these errors were encountered: