-
Notifications
You must be signed in to change notification settings - Fork 33
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
Issue rendering basic tabs #44
Comments
@senglert1124 I don't think this is a problem with this repository. Is there a reason why are you calling
|
Thanks for the quick response. Yeah. I tried that, but same error. I know the component structure is fine since it renders fine if I exclude Tabs items={this.state.items} />. It even errors if I hard code the item in the render. Feels like a dependency is missing, but not sure. I'll keep looking at it. |
I think it's too late trying to help you but I'll try to resolve this issue for anyone who will come here with the same problem :) Actually, I'm able to run the exact code from the example above without any errors. I tried to google the error you faced up and seems it may be a problem with React: Update: Dan Abramov says that this error was fixed in [email protected] |
I am getting the following error:
Exception thrown by hook while handling onSetChildren: Invariant Violation: Expected onMountComponent() to fire for the child before its parent includes it in onSetChildren().
Here is the code:
The text was updated successfully, but these errors were encountered: