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

Angular: set the @ViewChild with a non-empty value in StorybookWrapperComponent #14586

Merged
merged 1 commit into from
Apr 14, 2021

Commits on Apr 13, 2021

  1. fix(angular): set the @ViewChild with a non-empty value in StorybookW…

    …rapperComponent
    
    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
    ThibaudAV committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    d72337e View commit details
    Browse the repository at this point in the history