react-three-next
react-three-next copied to clipboard
React Three Fiber, Threejs, Nextjs starter
After cloning the project, when running `npm install`, the following output occurs: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While...
when running `yarn dev` this error occurs ``` (node:23899) [DEP_WEBPACK_SINGLE_ENTRY_PLUGIN] DeprecationWarning: SingleEntryPlugin was renamed to EntryPlugin (Use `node --trace-deprecation ...` to show where the warning was created) Defining routes from...
`@types/three` should be included in _devDependencies_ when using the typescript template to prevent type errors
The DOM is outside the Canvas so I can't wrap it in ScrollControls. I'm not sure how to handle scrolling for the canvas and DOM otherwise? Do I just pass...
I have GUI panels on dom where i push and scroll buttons. But the 3d canvas is moveing and zooming at the same time. Any ideas ? thanks up front...
Hi, I'm trying to install react-three-next When installation. I'm following the steps: ``` $ npx create-r3f-app next my-app $ cd my-app $ npm run dev ``` And it returns the...
I'm curious about what's the advantage / goal of storing router on zustand if it's already available via `useRouter` ? https://github.com/pmndrs/react-three-next/blob/8648c93e97ac9e2dc0fdfcb6b002eb3dd0418ca1/src/pages/_app.jsx#L26-L30 https://github.com/pmndrs/react-three-next/blob/8648c93e97ac9e2dc0fdfcb6b002eb3dd0418ca1/src/helpers/store.js#L5 https://github.com/pmndrs/react-three-next/blob/8648c93e97ac9e2dc0fdfcb6b002eb3dd0418ca1/src/components/canvas/Shader/Shader.jsx#L30 https://github.com/pmndrs/react-three-next/blob/8648c93e97ac9e2dc0fdfcb6b002eb3dd0418ca1/src/components/canvas/Box.jsx#L6
This is a fresh clone of the latest commit. This also causes a service error when visiting the webpack server in the browser.  ```yarn run v1.22.19 $ next dev...
Cant seem to run the `yarn create r3f-app next my-app -ts` script without errors
Upon running `yarn create r3f-app next my-app -ts` per [the docs](https://github.com/pmndrs/react-three-next#passport_control-typescript) yields the following error: ```Error: create-r3f-app tried to access semver, but it isn't declared in its dependencies; this makes...