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
I experience the same issue. When I open the iframe using the "Open canvas in new tab" button, I am also getting an URL where boolean values are prefix with !. But when I manually remove the ! in the URL then boolean parameters are respected and everything works as expected.
Edit: I am using Storybook 7.4.5. I have not checked the latest 7.5 version.
Describe the bug
If you change the primary argument from false to true, it will still be false. For example:
http://localhost:6007/iframe.html?args=primary:!false&id=example-button--primary&viewMode=story - will be false
http://localhost:6007/iframe.html?args=primary:!true&id=example-button--primary&viewMode=story - will be false too
To Reproduce
No response
System
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: