storybook
storybook copied to clipboard
Missing preview parameters causes a crash
If .storybook/preview.js
content differs from README sample then JS crashes can occur.
It is related to destructing inside the renderer package.
Minimal working "parameters" are:
export const parameters = {
pixi: {
applicationOptions: { },
},
};
Looks like applicationOptions
can be completely optional, so it is weird that smth is crashing.