-
Notifications
You must be signed in to change notification settings - Fork 402
feat(elements): Upgrade xstate and @xstate/react #5572
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
Conversation
🦋 Changeset detectedLatest commit: 2eec4f7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
8e7079c to
64d6479
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 11 out of 13 changed files in this pull request and generated 1 comment.
Files not reviewed (2)
- packages/elements/package.json: Language not supported
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
packages/elements/src/internals/utils/inspector/console/console.ts:158
- [nitpick] Using ts-expect-error to bypass type checking for '_parent' might hide potential issues. Consider refining the ActorRefLike interface or adding a type guard to safely access '_parent' without suppressing errors.
logEvent('Parent', parseRefId(inspectionEvent.actorRef._parent));
Description
Upgrading
xstateand@xstate/reactto allow for react@19 as a peer dep.https://github.com/statelyai/xstate/blob/main/packages/xstate-react/CHANGELOG.md#500
Fixes: SDK-2101
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change