You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After navigating between the various component pages, the docs site becomes really slow and unusable. (in the video, at about 25/30 seconds)
After some quick debugging it seems like the issue is in the candy.module.js file, line 35233, as commenting out the call to operations.setTheme(true); (and also the same call in the else block) makes everything function correctly and JS never locks up.
It seems like the only thing that breaks after commenting those is the text color inside the code blocks, as switching the theme doesn't make it lighter/darker.
Also, as you can see, at 13 seconds in the video, the page flashes white because the dark mode class is removed from the html element: it was already discussed in this issue so maybe it's worth taking a look at it.
noaudio.mp4
Code snippets
Not applicable
How do you expect it to work?
No performance degradation
Please confirm (incomplete submissions will not be addressed)
I have provided easy and step-by-step instructions to reproduce the bug.
I have provided code samples as text and NOT images.
I understand my bug report will be closed if I haven't met the criteria above.
The text was updated successfully, but these errors were encountered:
@edo2313 thanks for reporting! Yeah we've noticed it too. Once we've ironed out the Flux v2 bugs, we'll have a look to see if we can fix it. Thanks for debugging it, that's a great help!
Flux version
?
Livewire version
?
Tailwind version
?
What is the problem?
After navigating between the various component pages, the docs site becomes really slow and unusable. (in the video, at about 25/30 seconds)
After some quick debugging it seems like the issue is in the
candy.module.js
file, line 35233, as commenting out the call tooperations.setTheme(true);
(and also the same call in the else block) makes everything function correctly and JS never locks up.It seems like the only thing that breaks after commenting those is the text color inside the code blocks, as switching the theme doesn't make it lighter/darker.
Also, as you can see, at 13 seconds in the video, the page flashes white because the dark mode class is removed from the html element: it was already discussed in this issue so maybe it's worth taking a look at it.
noaudio.mp4
Code snippets
Not applicable
How do you expect it to work?
No performance degradation
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: