You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
component is a typescript path of the build version of my library.
When I visited the page of my story, the following error happened
core.mjs:8506 ERROR TypeError: Cannot read properties of undefined (reading 'detectChanges')
at SafeSubscriber._next (StorybookWrapperComponent.js:76:1)
at SafeSubscriber.__tryOrUnsub (Subscriber.js:183:1)
at SafeSubscriber.next (Subscriber.js:122:1)
at Subscriber._next (Subscriber.js:72:1)
at Subscriber.next (Subscriber.js:49:1)
at StorybookProvider.js:16:1
at _ZoneDelegate.invoke (zone.js:411:1)
at Object.onInvoke (core.mjs:24313:1)
at _ZoneDelegate.invoke (zone.js:411:1)
at Zone.run (zone.js:169:1)
To Reproduce
You can find a github repo with the issue [here](https://github.com/jadeen/storybook-issue)
Describe the bug
I have tried to create the following story with angular component from my library
component
is a typescript path of the build version of my library.When I visited the page of my story, the following error happened
To Reproduce
System
Additional context
No response
The text was updated successfully, but these errors were encountered: