Replies: 1 comment 1 reply
-
We changed how react components are parsed for performance reasons -- the default parser is now |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
In the docs it shows that we should be able to see the indivisual values for a union type -
However in a brand new project we're seeing "union" instead of the type -
It's still infering the options correctly, but the value showed is not collapsed.
To Reproduce
Brand new stackblitz, no changes have been made.
https://stackblitz.com/edit/github-hyzo8z?file=src%2Fstories%2FButton.tsx&preset=node
System
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions