-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bug: Support Svelte 4 in @xstate/svelte #4105
Comments
It might be worth rechecking if we are affected anyhow by a breaking change from this PR: sveltejs/svelte#6750 |
xstate is working fine for me in svelte 4. |
Is the error you're getting the same as the original issue? |
yes sir:
|
I believe this line should change to something like: "svelte": "^3.x || ^4.x", |
I think this is better: "svelte": "3.24.1 - 4" |
closes: statelyai#4105, make xstate-svelte compatible with svelte 4.
it is currently |
* Update package.json closes: #4105, make xstate-svelte compatible with svelte 4. * Update packages/xstate-svelte/package.json * Create forty-knives-remain.md --------- Co-authored-by: Mateusz Burzyński <[email protected]>
Description
Installing @xstate/svelte with an app using Svelte v4 fails with
Expected result
It installs on Svelte 4
Actual result
It doesn't 😅
Reproduction
tried to with codesandbox but it kept crashing
Additional context
No response
The text was updated successfully, but these errors were encountered: