Recently found your library and was using in one of the projects. Good stuff and thank you for your work!
But is seems like there is an issue with the portal hoc you that you have.
For example, having an <Overlay isShown={true}>Test</Overlay> anywhere on the page will result in a failed hydration.
Hey,
Recently found your library and was using in one of the projects. Good stuff and thank you for your work!
But is seems like there is an issue with the portal hoc you that you have. For example, having an
<Overlay isShown={true}>Test</Overlay>
anywhere on the page will result in a failed hydration.I've put a tiny project to reproduce the issue here: https://github.com/oxala/next-evergreen-ssr-issue