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
Lots of companies (such as Microsoft) are slower to migrate to React 18. We can't use nanostores right now because React 17 isn't supported.
It would be great if the package supported React 17, possibly using the useSyncExternalStore shim. Since this would affect package size, it could be published as a separate package like @nanostores/react-17. The shim supports React 16 as well!
The text was updated successfully, but these errors were encountered:
Lots of companies (such as Microsoft) are slower to migrate to React 18. We can't use nanostores right now because React 17 isn't supported.
It would be great if the package supported React 17, possibly using the useSyncExternalStore shim. Since this would affect package size, it could be published as a separate package like
@nanostores/react-17
. The shim supports React 16 as well!The text was updated successfully, but these errors were encountered: