diff --git a/storybook/preview.js b/storybook/preview.js index e57dbc5..f095715 100644 --- a/storybook/preview.js +++ b/storybook/preview.js @@ -55,9 +55,10 @@ export const decorators = [ /** Naming and Sorting Options * @type {Object} * @see https://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy + * @see https://storybook.js.org/docs/react/essentials/actions */ export const parameters = { - + // Match arg names starting with on and followed by at least one capital letter for actions. actions: { argTypesRegex: "^on[A-Z].*" }, options: { storySort: {