utsuboco / r3f-perf

Easily monitor your ThreeJS performances.
https://codesandbox.io/s/perlin-cubes-r3f-perf-wtp9t?file=/src/App.js
MIT License
573 stars 21 forks source link

'FramebufferTexture' is not exported from 'three' #27

Closed ashleymvanduzer closed 2 years ago

ashleymvanduzer commented 2 years ago

Awesome package! Just a heads up, when trying to use the component, I get the error:

./node_modules/three-stdlib/objects/Lensflare.js Attempted import error: 'FramebufferTexture' is not exported from 'three'.

RenaudRohlinger commented 2 years ago

Thanks! Fixed in 5.2.0. See: https://twitter.com/onirenaud/status/1495407672581300225

Changelog will follow