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

🔌 A one of a kind scene editor that writes changes back into your code

Results 15 react-three-editor issues
Sort by recently updated
recently updated
newest added

Hello, I want to use react three editor to modify my scene, when I installed this module following your instructions in this repository, I received this error (in the image...

I get the following error when attempting to start up the editor: ![image](https://user-images.githubusercontent.com/7064954/208714905-3a419a4f-03ef-47f1-996e-a41c9d366972.png) My `vite.config`: ```js import { defineConfig } from "vite"; import react from "@vitejs/plugin-react-swc"; import { r3f }...

Couldn't run the project via WSL and found out this inconsistencies. Also enabled typescript option that tries to mitigate that specific risk

[corepack](https://github.com/nodejs/corepack) is an abstration over package managers that allows to specify what package manager and what version you'd need for a certain project and it can be easily installed with...

Hoping to resolve #38 However changes introduced by me resulted in following error: Currently I have vague idea what needs to be done now - editable component tries to get...

Sup folks. Firstly, I love this package. Thank you so much for your work on it. I've encountered the following error from React. ``` `_source` supplied to `React.Fragment`. React.Fragment can...

This issue is for detailing problems editing in the R3F `ClickAndHover` example. I am picking this example because it is so basic. I am currently working off: https://github.com/pmndrs/react-three-editor/pull/39 1. ~~The...

We want to refactor to create a core package along with packages targeting specific renderers such as `react-three-fiber`. From user level, a single renderer package can target multiple versions automatically...