Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing preview parameters causes a crash #10

Open
neatbyte-vnobis opened this issue Apr 14, 2023 · 0 comments
Open

Missing preview parameters causes a crash #10

neatbyte-vnobis opened this issue Apr 14, 2023 · 0 comments

Comments

@neatbyte-vnobis
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant