react-three-editor
react-three-editor copied to clipboard
[WIP] stop adding _source prop if element is react fragment
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 display name of react fragment.
I don't know how to propagate my changes made to this package to my local vite project.
node_modules/.vite/deps/react-three_editor_fiber.js is the place that throws error so it should be replaced by new build but I have no clue how I can obtain new version of this file.
Could you please provide me some guidance?