foursquare / fsq-studio-sdk-examples

Foursquare Studio is a platform to visualize, unify, enrich, and analyze spatial data on a planetary scale.
https://studio.foursquare.com
MIT License
21 stars 13 forks source link

Animation speed controls are crashing #73

Closed IpIvanov closed 11 months ago

IpIvanov commented 11 months ago

When trying to adjust the animation speed through animation speed controls the box is crashing and closes with exception into the studio bundle.

I've tried everything to prevent this behavior but it keeps happening. I am using "@unfolded/map-sdk": "^1.13.0". Do you have any suggestions on how should I prevent this crash relating to the null (reading 'getBoundingClientRect')?

image image
abstractalgo commented 11 months ago

Hi, and thanks for reporting this!

IpIvanov commented 11 months ago

Hi, thanks for the response!

Now it is working. Maybe you have changed some selector on the shadow-root side.

Issue is resolved.