-
Notifications
You must be signed in to change notification settings - Fork 103
Added an embed mode which works via the URL, not any data in our db #323
base: dev
Are you sure you want to change the base?
Added an embed mode which works via the URL, not any data in our db #323
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/statelyai/xstate-viz/EM7RPr5eG5k4TECRfFG1LR1hvvqV |
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
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.
Since we have a test setup here in place, we could add a basic test for this feature
Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
|
||
const viewOnlyPageMachine = createMachine<{ | ||
query: NextRouter['query']; | ||
}>({ |
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.
Comment pasted here for ease: