shuding / cobe

5kB WebGL globe lib.
https://cobe.vercel.app
MIT License
3.15k stars 169 forks source link

Auto rotate something like blink #58

Closed ekaone closed 1 year ago

ekaone commented 1 year ago

At first time i would like to say this is rock Lib, I have used the latest React 18.2.0, but looks like blinking, and try to downgrade to 17.0.2 and running smooth, any ideas for this one. Thanks in advance

yumin-jung commented 1 year ago

You can solve it using react-spring. I think this page will help you!!

shuding commented 1 year ago

I think something in your component is wrong due to React 18's new behavior such as effects will run twice during dev. Maybe you can print more logs to see if this lib is correctly initialized.