Not able to bundle react component with zustand when using Rollup #2262
Unanswered
tillganster
asked this question in
Bug report
Replies: 1 comment 2 replies
-
|
@tillganster weird, should be there |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a react component which is bundled using rollup. Currently I am trying to integrate zustand into this component. Unfortunatly I am getting the following error:
Having a look into
node_modules/zustand/esmshows that there is noreact.mjs. Is this a problem of my rolllup configuration or a bug in zustand ?Beta Was this translation helpful? Give feedback.
All reactions