Skip to content

Commit

Permalink
🩹 Fix storybook docs tab infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Apr 11, 2023
1 parent 916cc3f commit 07b008a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/formio/checkbox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default {
parameters: {
modal: {noModal: true},
formik: {initialValues: {'my-checkbox': false}},
docs: {inlineStories: false}, // https://github.com/bbbtech/storybook-formik/issues/51#issuecomment-1136668271
},
args: {
name: 'my-checkbox',
Expand Down
1 change: 1 addition & 0 deletions src/components/formio/textfield.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default {
parameters: {
modal: {noModal: true},
formik: {initialValues: {'my-textfield': 'initial value'}},
docs: {inlineStories: false}, // https://github.com/bbbtech/storybook-formik/issues/51#issuecomment-1136668271
},
args: {
name: 'my-textfield',
Expand Down

0 comments on commit 07b008a

Please sign in to comment.