snake
Results
2
comments of
snake
I've just realised that this change probably also means the sample code in https://github.com/withastro/blog-tutorial-demo/blob/complete/src/components/Greeting.tsx would need an update too. As an aside, using randomMessage() instead of messages[0] also serves to...
Thanks, @sarah11918. Interesting. So the situation I explained above IS the hydration mismatch in action (the message flicker), and that's been fixed by hardcoding (well, popping the first item) in...