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
I've added jsxImportSource to tsconfig and vite config and observe that despite Vite reporting reacting to changes, they are not reflected in browser until manually refreshed.
Just had a quick look into this, not 100% clear what's going on. It seems that by wrapping the components we're breaking some assumptions that the React fast refresh code makes. I'll ask in the vite plugin repo whether they have any tips.
Thank you for your work.
I've added jsxImportSource to tsconfig and vite config and observe that despite Vite reporting reacting to changes, they are not reflected in browser until manually refreshed.
May be related to preactjs/signals#250
The text was updated successfully, but these errors were encountered: