-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When trying to build in next.js I am getting this error:
./node_modules/react-ogl/dist/reconciler.mjs
Attempted import error: 'unstable_act' is not exported from 'react' (imported as 'React').
Seems like the issue is coming from this in reconciler.ts:
export const act: Act = 'unstable_act' in React ? (React as any).unstable_act : (React as any).act
I don't have experience with testing in react, so I would really appreciate your help but let me know if I can help you debug this in any way.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working