Chris Rogus
Chris Rogus
I would really love to see this get merged, please
I am also interested in this, but I suspect the answer to your question may simply be to convert what you have above into a hook that can then be...
https://discord.com/channels/899851952891002890/1252735056242278450/1252736410885161050 might add more context
I did double check that if I `rm -rf target/` and then `dx serve --platform web` (i.e. drop ssg) the problem goes away.
Although when I went back again, I could not repro it again?.... idk what is happening. But something is definitely happening.
Mentioned in a few discord threads: - https://discord.com/channels/899851952891002890/1276184595192348764/1332188428674138274 == original - https://discord.com/channels/899851952891002890/1332198339827073086/1332198339827073086 == possibly same/related? - https://discord.com/channels/899851952891002890/1332211490186330163/1332211490186330163 == request for insights into the flashing home page
I am also not able to reproduce it again now, using the `rm -rf target` that I routinely do before builds now. However I am also doing that for my...
Specifically, the biggest problem for me is the flashing of the home screen, because the second div doesn't show if I only have one div in the rsx ;)
I can't successfully repro this in a new app just yet, but I did repro it in a shareable video form with a stripped down version of my app: https://github.com/user-attachments/assets/a44b4a12-a98e-4290-891f-11d46d3c59ea...
OK, digging deeper on this stripping of my own app to try and make a minimal repro, I am suspecting that the problem is 2 things combined: 1. I have...