felixmariotto / three-mesh-ui

⏹ Make VR user interfaces for Three.js
https://felixmariotto.github.io/three-mesh-ui/#basic_setup
MIT License
1.3k stars 136 forks source link

console logging output in latest version of three-mesh-ui (6.5.3) #253

Closed m1r4c closed 1 year ago

m1r4c commented 1 year ago

Hello,

Let me begin with thanking you for this excellent library :)

I recently upgraded to the latest stable version 6.5.3 and started noticing a lot of console log output from this library, looks like there's an extra console.warn located here which probably should be removed?: https://github.com/felixmariotto/three-mesh-ui/blob/24fd2b7760842a7fa67768a39762c5c491691ead/src/components/core/InlineManager.js#L264

An example of what we are seeing in console logs: image

Best regards Lars

swingingtom commented 1 year ago

Hi Lars, Thank you for pointing this out.

swingingtom commented 1 year ago

fixed in v6.5.4