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
mount does not work. Cannot read property '_reactInternalFiber' of null
mount
Cannot read property '_reactInternalFiber' of null
I am using storybook-addon-specifications for storybook.
storybook-addon-specifications
I found the line 40 executed after line 52, which causes the inst null.
inst
No error.
The text was updated successfully, but these errors were encountered:
Are you confident about which version of React storybook is bundling up?
Sorry, something went wrong.
@ljharb I am also facing a similar issue, any update on this? Thanks.
@arwalokhandwala if you could provide any info for your setup that differs from the OP, that would be helpful.
No branches or pull requests
Current behavior
mount
does not work.Cannot read property '_reactInternalFiber' of null
I am using
storybook-addon-specifications
for storybook.I found the line 40 executed after line 52, which causes the
inst
null.Expected behavior
No error.
Your environment
API
Version
Adapter
The text was updated successfully, but these errors were encountered: