-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using valtio with skypack.dev #452
Labels
help wanted
Extra attention is needed
Comments
Hi, thanks for reporting. |
ahaoboy
added a commit
to ahaoboy/valtio
that referenced
this issue
May 10, 2022
ahaoboy
added a commit
to ahaoboy/valtio
that referenced
this issue
May 10, 2022
ahaoboy
added a commit
to ahaoboy/valtio
that referenced
this issue
May 10, 2022
fix: dyn import in skypack (close: pmndrs#452)
dai-shi
added a commit
that referenced
this issue
May 20, 2022
diegohaz
pushed a commit
to ariakit/ariakit
that referenced
this issue
Aug 22, 2023
I am trying to build a library (with sources) that uses **ariakit** components but I get this error on my application: `Uncaught Error: Dynamic require of "react" is not supported` After a deep dive, this error is related to the package `use-sync-external-store` who only expose `cjs` format as you can see on this [pull request](https://github.com/pmndrs/zustand/pull/953/files) and this [issue](pmndrs/valtio#452). ---------
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it fails to import:
Similar problem with zustand:
Both errors are from the
use-sync-external-store
libraryversions prior to the inclusion of this library built using skypack.dev
The text was updated successfully, but these errors were encountered: