createContext in Next server

Does Next really disallow all access to contexts on the server?

I've got a custom React render (specifically only being used in the backend, contexts are required in
react-reconciler
, but Next seems to remove them whenever I run the route (
TypeError: (0 , __TURBOPACK__imported__module__...__.createContext) is not a function
)
Was this page helpful?