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
just noticed that library dependency https://github.com/Kikobeats/parse-uri was upgraded and uses Arrow function expressions syntax now (v1.0.5), which breaks ES5 support (for version v2 and v3, which is used by pixijs@4 and pixijs@5)
don't know about correct way of fixing that: pinning the version here or asking them to fix theirs build
The text was updated successfully, but these errors were encountered:
Unfortunate they would make a breaking change like that in a patch version.
Pinning the version here would help, but only if we release a new version here with the pin and then a new version of pixi using it. Alternatively you can pin the version in your project directly which will fix the issue for you immediately.
heya guys
just noticed that library dependency https://github.com/Kikobeats/parse-uri was upgraded and uses Arrow function expressions syntax now (v1.0.5), which breaks ES5 support (for version v2 and v3, which is used by pixijs@4 and pixijs@5)
don't know about correct way of fixing that: pinning the version here or asking them to fix theirs build
The text was updated successfully, but these errors were encountered: