Closed emolr closed 3 months ago
It seems that the file node_modules/@react-three/fiber/dist/react-three-fiber.cjs.d.ts is refering to a declarations folder that is missing in version 8.17.0, but works fine in version 8.16.8.
node_modules/@react-three/fiber/dist/react-three-fiber.cjs.d.ts
export * from "./declarations/src/index";
Thanks, just put out a patch with a clean build.
Fixed in 8.17.5.
how to run 3.js in vs code.and how to add 3.js file to website
It seems that the file
node_modules/@react-three/fiber/dist/react-three-fiber.cjs.d.ts
is refering to a declarations folder that is missing in version 8.17.0, but works fine in version 8.16.8.