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
After investigation, it seems to be related to the multifill function of requestAnimationFrame, and the window.requestAnimationFrame in the dist.js file seems to point to the multifill function
This will not result in any errors when referencing pkg in conjunction with building tools such as vite using the ESM method
To Do List
Add label and assign to milestone
Coding
Test
The text was updated successfully, but these errors were encountered:
Actual Result
Expected Result
Reproduce Steps
use mapbox-gl@3 and @luma.gl/[email protected]
https://codepen.io/sakitam-fdd/pen/KKLogPr
After investigation, it seems to be related to the multifill function of requestAnimationFrame, and the window.requestAnimationFrame in the dist.js file seems to point to the multifill function
This will not result in any errors when referencing pkg in conjunction with building tools such as vite using the ESM method
To Do List
The text was updated successfully, but these errors were encountered: