Hi @traviswimer,
Thanks for this great tool!
I'm using React 18 with server components in NextJS. I get the following error
Server Error
Error: createContext only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more: https://nextjs.org/docs/messages/context-in-server-component
Would you add "use client" to HydrationProvider?