Why
THREE.Clock has been deprecated since r183:
https://github.com/mrdoob/three.js/blob/master/src/core/Clock.js
and it needs migration to THREE.Timer.
Here's the warning that comes from Canvas:
How to proceed?
Minimum supported version of THREE.Timer from is r178:
https://github.com/mrdoob/three.js/wiki/Migration-Guide#178--179
while react-three-fiber's minimum is r156:
Should this be considered for the next major version?
Why
THREE.Clockhas been deprecated since r183:https://github.com/mrdoob/three.js/blob/master/src/core/Clock.js
and it needs migration to
THREE.Timer.Here's the warning that comes from
Canvas:How to proceed?
Minimum supported version of
THREE.Timerfrom is r178:https://github.com/mrdoob/three.js/wiki/Migration-Guide#178--179
while react-three-fiber's minimum is r156:
react-three-fiber/packages/fiber/package.json
Line 69 in 943a37e
Should this be considered for the next major version?