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
The problem is not with TypeScript but with @babel/preset-env which is used by react-scripts. Just override its config with @babel/plugin-proposal-export-namespace-from plugged in and it should work.
according to #9128, it should be supported in 4.0
when I tried out the 4.0.0-next.98, it seems like no sign of supporting it, still error as usual
code example
The text was updated successfully, but these errors were encountered: