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
We see this very randomly and sporadically. I haven't figured out what's causing it yet, and we can't reproduce it readily.
It seems that somehow the following code in ToolTip.js cannot find 'top' of undefined. That's the error we get in this file.
I'm guessing that it occurs when the bestLocation cannot be found from the .find() function. I did not get a shot of the specific line of code of the error sadly.
Putting some null checks and logging around each access of locationTopLeftMap on our end to see if I can pinpoint the cause. Just wanted to let you know.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up and sorry for the delay in the reply. I'm still kind of busy with other stuff.
If bestLocation cannot be found it means the there's no place in the viewport that can show the entire tooltip component. I can't think any cases where this can happen, but I must miss some edge cases since you were seeing errors about this.
I think I'm going to add a fallback location to fix this issue.
We see this very randomly and sporadically. I haven't figured out what's causing it yet, and we can't reproduce it readily.
It seems that somehow the following code in ToolTip.js cannot find 'top' of undefined. That's the error we get in this file.
I'm guessing that it occurs when the
bestLocation
cannot be found from the.find()
function. I did not get a shot of the specific line of code of the error sadly.Putting some null checks and logging around each access of
locationTopLeftMap
on our end to see if I can pinpoint the cause. Just wanted to let you know.The text was updated successfully, but these errors were encountered: