Replies: 1 comment 2 replies
-
The reported issue is really vague and doesn't mention a lot of specifics about the problem. Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. |
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.
-
The @xstate/react package still seems to have some problems when bundled with rollup. I believe they have been fixed in the main xstate package. (#498), but not in this package.
Are there any plans to tweak the build configuration for this package in line with xstate build configs so that it can be used out the box with rollup?
For anyone experiencing this problem the fix is fairly simple just target the lib build rather than the es build. However, it would be lovely to be able to use xstate react with the module build.
Beta Was this translation helpful? Give feedback.
All reactions