#Convex Auth is not supporting Next.js RC with React 19 right?

5 messages · Page 1 of 1 (latest)

sullen kelp
#

I get this error from the @convex-dev/auth library:

Attempted import error: 'createContext' is not exported from 'react' .

slate lynx
#

try using the "use client" directive at the top of the file.

sullen kelp
#

not working, is an issue with the middleware

random nymph
#

Yeah we certainly haven't been testing on RCs (been focusing on support for the currently released versions), so not too surprising that it doesn't work

sullen kelp
#

All good 🙂