mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Merge pull request #3616 from overleaf/ae-storybook-docs
Configure Storybook to render Docs stories in iframes GitOrigin-RevId: ef96a0fad445375fc33c5875958c4a3170f0818e
This commit is contained in:
@@ -35,7 +35,11 @@ export const parameters = {
|
||||
// Automatically mark prop-types like onClick, onToggle, etc as Storybook
|
||||
// "actions", so that they are logged in the Actions pane at the bottom of the
|
||||
// viewer
|
||||
actions: { argTypesRegex: '^on.*' }
|
||||
actions: { argTypesRegex: '^on.*' },
|
||||
docs: {
|
||||
// render stories in iframes, to isolate modals
|
||||
inlineStories: false
|
||||
}
|
||||
}
|
||||
|
||||
export const globalTypes = {
|
||||
|
||||
Reference in New Issue
Block a user