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)
Recoil Provider not working in Nextjs, not working even after wrapping body in layout.tsx
layout.tsx