-
Notifications
You must be signed in to change notification settings - Fork 47
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
Tab component has a flicker on page refresh #874
Comments
@alexmanase You can add |
Thank you! It works this way, but I think it would be ideal to be by default with |
You're welcome! |
Yeah |
I've investigated this and there is a timing issue between Flux booting and then Livewire booting. It's not something we're going to change at the moment, so we're going to close this issue. We'd suggest you add We don't want to add |
Flux version
v1.0.32
Livewire version
v3.5.17
What is the problem?
The Tab component is flickering when the selected value is not the first one.
Here I selected the second value for tab and it's flickering on refresh.
Screen.Recording.2024-12-16.at.16.02.48.mov
Code snippets
How do you expect it to work?
There should be no flickering on refresh.
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: