pmndrs / react-three-fiber

🇨🇭 A React renderer for Three.js
https://docs.pmnd.rs/react-three-fiber
MIT License
27.62k stars 1.6k forks source link

Typescript type declarations seems missing in release v8.17.0 #3331

Closed emolr closed 3 months ago

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

export * from "./declarations/src/index";
CodyJasonBennett commented 3 months ago

Thanks, just put out a patch with a clean build.

CodyJasonBennett commented 3 months ago

Fixed in 8.17.5.

designeruttam commented 3 months ago

how to run 3.js in vs code.and how to add 3.js file to website