Relative Content

Tag Archive for next.jsrecoiljsturborepo

Weirdest Hydration Error or am I missing something obvious

I am using turborepo with two nextJs apps. In one these apps I created a provider file and after hours of trial error I found out that this file was causing the error but the fix was weird.
enter image description here–>session provider imported after recoil(solves the problem)
enter image description here–>session provider imported before recoil(causes the problem)