ThibaudAv d72337ee78 fix(angular): set the @ViewChild with a non-empty value in StorybookWrapperComponent
Fix the error :
> Unhandled Promise rejection: Can't construct a query for the property "storyComponentElementRef" of "StorybookWrapperComponent" since the query selector wasn't defined. ; Zone: <root> ; Task: Promise.then ; Value: Error: Can't construct a query for the property "storyComponentElementRef" of "StorybookWrapperComponent" since the query selector wasn't defined.

which appears on angular v11 once the ngcc command is executed
2021-04-13 21:14:28 +02:00
..