-
-
Notifications
You must be signed in to change notification settings - Fork 446
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
No content after refresh #475
Comments
Can you please share an example? If I look at the code of the |
`
} |
And if you want live example then go https://www.sages.pl/blog |
@danez I had the same problem. Updating to a new version of react-tabs and react helped. I think you can close this issue. |
Looks like your problem is related with your application state, when I refresh your website after your example I can see a blank screen, but if you check the UI, you will notice that the first tab is selected, and your URL is requesting the data for another tab, so you need to sync your tab with your current URL in order to fix it. |
When Im on different tab than first, when I refresh the page, there is weird error where no content on any tab is visible, and first tab is underlined as active.
As you can see in the picture there is content in console in third tab, but the panel is not active.
Can you give me inside on this?
I can share the code.
For url params i use use-query-params
The text was updated successfully, but these errors were encountered: