-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
React children errors thrown for nested components #986
Comments
Are you still seeing this? I think a bunch of users are running into it. If you are can you post the following:
We think the issue comes about if the package has its own copy of addons. |
I don't see this anymore, I ended up flushing my I wonder if changing the addon-info's |
Hmm, it's just the In any case it sounds like flusing |
On the latest master, something is breaking the react children and how the render loops are working. This is from an old existing project that I'm trying to migrate over. It uses the info and knob addons.
I'm rendering the components inside a wrapper component that provides a css background and environment layout.
If I delete the line
{ this.props.children}
, the wrapper renders fine. Is there something that's messing with how child components passed through?The text was updated successfully, but these errors were encountered: