react-three-next icon indicating copy to clipboard operation
react-three-next copied to clipboard

React Three Fiber, Threejs, Nextjs starter

Results 46 react-three-next issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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

question

This is a fresh clone of the latest commit. This also causes a service error when visiting the webpack server in the browser. ![image](https://user-images.githubusercontent.com/20750968/184536994-53990bef-d06a-4041-a1a7-70a8a4db8d17.png) ```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...