You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on the spline => routes you to a new page and logs event to the console
press back button on mouse / browser
Click on the spline => routes you to a new page and logs event to the console
press back button on mouse / browser
Click on the spline => doesn't route to a new page and doesn't log the event to the console
Path to resolve the error:
Leave the spline with your cursor
Enter the spline with your cursor
Click on the spline => now it works and it routes you to a new page and logs event to the console
or
Reload the page
This can be reproduced every time, the code is very simple as you will see in the home page that implements the spline, which is also the only code in this repo.
The spline just emits a random event which we react to
I built a minimal reproducible example here
Path to reproduce the error:
Path to resolve the error:
or
Reload the page
This can be reproduced every time, the code is very simple as you will see in the home page that implements the spline, which is also the only code in this repo.
The spline just emits a random event which we react to
The text was updated successfully, but these errors were encountered: