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
It appears that the "version" benchmarks have been broken since b01a5d3. The bug made it in to the v0.53.0 release so it's impossible to benchmark feature work against master or release. I have traced the problem to a bad export here (should be export default). The benchmark looks like it might be incomplete because there are three unused classes.
Thanks for reporting this @andycalder. This is fixed now but the release branch will contain the bug until our next official release in a couple weeks. You can work around the release branch for the time being by changing https://github.com/mapbox/mapbox-gl-js/blob/master/bench/versions/index.html#L22 to .then(pkg => [ 'master'])). This will then run your current branch only against master and you shouldn't see any further errors.
It appears that the "version" benchmarks have been broken since b01a5d3. The bug made it in to the v0.53.0 release so it's impossible to benchmark feature work against master or release. I have traced the problem to a bad export here (should be
export default
). The benchmark looks like it might be incomplete because there are three unused classes.mapbox-gl-js version: master and v0.53.0
browser: All
Steps to Trigger Behavior
Expected Behavior
No error.
Actual Behavior
TypeError: RemovePaintState$1 is not a constructor
.The text was updated successfully, but these errors were encountered: