-
-
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
Allow for lazy context in machine.withConfig
#2522
Conversation
2f4c41f
to
5a9500d
Compare
The tests are failing due to typing errors but the frustrating part is that the project isn't building locally for me (build command quits after 0.3s) and all tests pass 🤷♂️ |
const a = interpret(copiedMachine).start(); | ||
const b = interpret(copiedMachine).start(); | ||
|
||
expect(a.state.context.foo).not.toBe(b.state.context.foo); |
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.
this part could be moved to a separate test - that way we would have the tested requirement listed in the test summary etc
🦋 Changeset detectedLatest commit: 0f32769 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
…ne`/`useInterpret` when declared in the lazy context
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.
🚢 🚢 🚢 🚢 🚢 🚢 🚢 🚢
No description provided.