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 encountered this issue in a new react project i adjusted to use Feliz instead of native react code. As I was experimenting with typescript transpilation in fable I quickly encountered the issue for example in:
Which stopped the code from transpiling via vite in my case and i got the following error in the browser console:
Uncaught SyntaxError: The requested module '/src/fableoutput/fable_modules/fable-library-ts.5.0.0-alpha.14/Int32.ts' does not provide an export named 'int32'
By changing the transpiled output to use type int32 everything works fine.