-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected behaviour of the Arcs #165
Comments
@Mustafa-raja could you please make a simple reproducing example at https://codesandbox.io/ ? |
@vasturiano Following is the link of reproducing example https://codesandbox.io/s/inspiring-snowflake-dz443h?file=/src/App.js . note that the arcs have unexpected behaviour, sometimes they are visible sometimes not |
@vasturiano so it turns out the issue is in |
@vasturiano following is the code solution:
|
What happens is sometimes when i run the app the arcs work as expected (move from one point to the other), but sometimes when I run the app the arcs do not even display, everything else come onto the screen as expected except the arcs, that is until i run the app multiple times after terminating it, the arcs then come onto the screen. I just ran my app and the arcs were working, when i refreshed my tab the arcs disappeared, following is the screenshot.
Following is the screenshot of the globe with the arcs as expected, for this to work i had to terminate and run app multiple times
Following is my code, in case i am not implementing it as i should:
The text was updated successfully, but these errors were encountered: