[6.3.0rc-8] Controls not inheriting args from url.
See original GitHub issueDescribe the bug The args in the url are not obeyed.
To Reproduce
I toggle a control named outlined
I copy the url and paste it into another tab.
The outlined
control is not toggled on.
System System: OS: Windows 10 10.0.19041 CPU: (4) x64 Intel® Core™ i5-6200U CPU @ 2.30GHz Binaries: Node: 14.17.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.10 - ~\AppData\Roaming\npm\yarn.CMD npm: 6.14.13 - C:\Program Files\nodejs\npm.CMD Browsers: Chrome: 81.0.4044.138 Edge: Spartan (44.19041.1023.0), Chromium (91.0.864.48) npmPackages: @storybook/addon-a11y: ^6.3.0-rc.8 => 6.3.0-rc.8 @storybook/addon-controls: ^6.3.0-rc.8 => 6.3.0-rc.8 @storybook/addon-measure: ^1.2.4 => 1.2.4 @storybook/addon-storysource: ^6.3.0-rc.8 => 6.3.0-rc.8 @storybook/addon-svelte-csf: ^1.1.0 => 1.1.0 @storybook/addon-viewport: ^6.3.0-rc.8 => 6.3.0-rc.8 @storybook/addons: ^6.3.0-rc.8 => 6.3.0-rc.8 @storybook/svelte: ^6.3.0-rc.8 => 6.3.0-rc.8 @storybook/theming: ^6.3.0-rc.8 => 6.3.0-rc.8
┆Issue is synchronized with this Asana task by Unito
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:25 (13 by maintainers)
Top GitHub Comments
Thank you very much @shilman.
@cellog do you have a reproduction or even a small example of an argType declaration that works in CSF/.tsx but does not work in .mdx?