Omnistac / zedux

:zap: A Molecular State Engine for React
https://Omnistac.github.io/zedux/
MIT License
344 stars 7 forks source link

fix(react): make React imports specify file extensions in esm builds #53

Closed bowheart closed 1 year ago

bowheart commented 1 year ago

Description

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.