Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax. #904
When updating to storybook@8.0.0 I get the following warnings:
SyntaxError: ./src/js/some-component.js: Decorators must be placed after the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the @decorator export class {} syntax. (24:0)
When updating to storybook@8.0.0 I get the following warnings:
SyntaxError: ./src/js/some-component.js: Decorators must be placed after the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the
@decorator export class {}
syntax. (24:0)