You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Written in MDX.
Video: https://www.loom.com/share/3313b001c2814d668abe1411d131010b
Edit: There is actually a mistake in the video where copilot filled it out as setState(!state) instead of setState(true), but regardless of that, the issue is still there.
The text was updated successfully, but these errors were encountered:
Describe the bug
Writing a story like this does not work
But writing it like this, as a one-liner, works.
To Reproduce
https://github.com/Braweria/sb-mdx-story-issue
Clone the repo, go to
Dialog.stories.mdx
and changehandleClick
to be on several lines, then the story will no longer load.System
Additional context
Written in MDX.
Video: https://www.loom.com/share/3313b001c2814d668abe1411d131010b
Edit: There is actually a mistake in the video where copilot filled it out as
setState(!state)
instead ofsetState(true)
, but regardless of that, the issue is still there.The text was updated successfully, but these errors were encountered: