I'm looking for a way to call renderer.info
using r3f. ThreeJS Doc - WebGLRenderer
As this is an older project I'm still using the class component here to call the render method.
return (
<React.Fragment>
<Canvas >
</ Canvas>
I need to check my render calls to optimize performance. Hope you can help me.