little-balloon-64875
12/03/2024, 3:06 PMuseFeatureIsOn
and IfFeatureEnabled
both throw hydration errors whenever the feature is flipped. Images and more details in 🧵little-balloon-64875
12/03/2024, 3:07 PMnext/dynamic
and I just get the same errors.little-balloon-64875
12/03/2024, 3:10 PMgetStaticProps
and dropping in the data, but that will only be valid at build time, so it doesn't seem to make too much sense.
Attempting with getServerSideProps
is also minorly successful, but it removes the benefits of having a statically generated page.strong-mouse-55694
12/03/2024, 5:13 PMlittle-balloon-64875
12/05/2024, 11:30 AM0.17.0
even though the latest version is 1.3.1
.
For example when updating the packages (including growthbook, next, react, and react-dom), the Pure Serverside Rendering example no longer functions properly, and all of the pages have deprecation warnings.
All that being said, I think I've worked out a possible way to use the Provider alongside static pages, though I need to give it some more thorough testing.strong-mouse-55694
12/06/2024, 2:55 PM