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
Error: Unexpected "KTooltipDirective" found in the "declarations" array of the "StorybookComponentModule" NgModule, "KTooltipDirective" is marked as standalone and can't be declared in any NgModule - did you intend to import it instead (by adding it to the "imports" array)?
The main problem is that we want to receive data for controls from directives, but if we do not specify them in the component, then we do not receive them.
Describe the bug
Error: Unexpected "KTooltipDirective" found in the "declarations" array of the "StorybookComponentModule" NgModule, "KTooltipDirective" is marked as standalone and can't be declared in any NgModule - did you intend to import it instead (by adding it to the "imports" array)?
storybook/code/frameworks/angular/src/client/angular-beta/utils/PropertyExtractor.ts
Lines 168 to 180 in 9bdffe1
it looks like we should allow standalone directive
it is work but I lose all control information
The main problem is that we want to receive data for controls from directives, but if we do not specify them in the component, then we do not receive them.
To Reproduce
https://stackblitz.com/edit/github-mz24pf?file=src%2Fstories%2Fissue.stories.ts,package.json&preset=node
System
Additional context
No response
The text was updated successfully, but these errors were encountered: