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
Throws error Uncaught ReferenceError: performance is not defined
This breaks server-side rendering unless the user application dynamically imports this dependency based on the runtime environment. This was fixed in mapbox-gl v1.11 by mapbox/mapbox-gl-js#9749
The text was updated successfully, but these errors were encountered:
maplibre-gl-js version: 2.1.1
browser: node.js
Steps to Trigger Behavior
In Node, run
require('maplibre-gl')
Expected Behavior
Successfully imports the library
Actual Behavior
Throws error
Uncaught ReferenceError: performance is not defined
This breaks server-side rendering unless the user application dynamically imports this dependency based on the runtime environment. This was fixed in mapbox-gl v1.11 by mapbox/mapbox-gl-js#9749
The text was updated successfully, but these errors were encountered: