We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using storybook 8 version in angular, the APP_INITIALZER dosen't work.
The problem looks the same as the issue before.
I tried to correct it by referring to what was on this link, but it still doesn't run.
I modified 'preview.ts' as below in this stackblitz project, but it doesn't work.
const preview: Preview = { parameters: { actions: { argTypesRegex: '^on[A-Z].*' }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/i, }, }, }, decorators: [ moduleMetadata({ providers: [ { provide: APP_INITIALIZER, useFactory: () => { console.log('APP_INITIALIZER!!!!'); }, multi: true, }, ], }), ], }; export default preview;
https://stackblitz.com/edit/github-rkffss-81zfge
APP_INITIALIZER!!!!
[email protected]
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When using storybook 8 version in angular, the APP_INITIALZER dosen't work.
The problem looks the same as the issue before.
I tried to correct it by referring to what was on this link, but it still doesn't run.
I modified 'preview.ts' as below in this stackblitz project, but it doesn't work.
Reproduction link
https://stackblitz.com/edit/github-rkffss-81zfge
Reproduction steps
APP_INITIALIZER!!!!
logSystem
[email protected]
Additional context
No response
The text was updated successfully, but these errors were encountered: