Reply
  • Jul 27, 2020

    Im getting a weird rehydration when i server side render and code split using loadable components. I send the styles that i gather from my styled components and inject it into the head of the html before i send it server side. But on the client side it will get rehydrate the already finished page and cause a quick flash. Im sure its because of the dynamic imports that i have because when i take them off it renders fine. If anyone wants to give it a shot and take a look at the code lmk. Spend all day on this bug.