-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export 'unstable_act' (imported as 'React') was not found in 'react' #2037
Comments
can you please provide a reproduction so we can see? Also at what point does the error come etc. It won't be from when it's just installed i dont think. |
It looks like beta-05 wasn't tagged correctly: I assume this will install if you do Any way we can retag/revert this release? Possibly under rc if there's a rate limit for beta. /cc @drcmda |
accidentally pushed v8 to main channel like cody said. no repro needed just go back to the last version before that. |
|
its now fixed. you can go to latest safely again. |
Still experiencing this issue. Using |
Wrong |
Unfortunately community isn't yet ready for react 18, me too I am not. |
Please refrain from such comments on an open-source issue tracker. If you cannot use react 18, see peer deps. R3F v7 would be the last supported major to support prior versions. |
Thanks for the fast reply. https://www.npmjs.com/package/@hot-loader/react-dom isn't yet compatible with react 18 |
Please continue discussion in those respective projects. |
I used create-react-app --template typescript
then yarn add three @react-three/fiber
when I try to follow the examples from the documentation I get the following error
ERROR in ./node_modules/@react-three/fiber/dist/index-3f4e5f46.esm.js 1804:12-30
export 'unstable_act' (imported as 'React') was not found in 'react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement,
createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)
@ ./node_modules/@react-three/fiber/dist/react-three-fiber.esm.js 1:0-141 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-397 2:0-3
97 2:0-397 2:0-397 2:0-397 29:6-18 130:22-28 144:22-26 145:19-23 154:4-14 173:17-39
I can't find anything at all about this error on the whole internet.
The text was updated successfully, but these errors were encountered: