Closed bowheart closed 1 year ago
React's react/jsx-runtime auto-added imports are auto-added wrong in esm builds. Make it specify the file extension. Also make the useSyncExternalStore shim imports do the same.
react/jsx-runtime
useSyncExternalStore
Description
React's
react/jsx-runtime
auto-added imports are auto-added wrong in esm builds. Make it specify the file extension. Also make theuseSyncExternalStore
shim imports do the same.