72606ad376
* Revert storybook updates - pin versions - add production build CI * test.yml wasnt added to the commit Co-authored-by: Sabe Jones <sabrecat@gmail.com>
9 lines
347 B
Markdown
9 lines
347 B
Markdown
# Storybook Updates
|
|
|
|
Addon-Knobs has been deprecated inorder to update to the new `addons-controls` we need to:
|
|
|
|
1. Change to the new export syntax for each story `export const StoryTemplate`
|
|
2. And use `StoryTemplate.args` and `StoryTemplate.argTypes` to have the same `knobs` as before
|
|
|
|
Maybe this can be made story by story and not all at once
|