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 randomly started getting this error from parcel after we updated the parcel package to v2.
Posting here incase anyone has anymore information on it or also runs into this.
Updating the howler version fixed it for me!
My current workaround:
I added howler with the lastest version (2.2.3) and used that package version for use-sound's howler import and it seemingly fixes this.
within package.json: "alias": { "howler": "howler/dist/howler.core.min.js" }
The text was updated successfully, but these errors were encountered:
Just randomly started getting this error from parcel after we updated the parcel package to v2.
Posting here incase anyone has anymore information on it or also runs into this.
Updating the howler version fixed it for me!
My current workaround:
I added
howler
with the lastest version (2.2.3) and used that package version foruse-sound
's howler import and it seemingly fixes this.within package.json:
"alias": { "howler": "howler/dist/howler.core.min.js" }
The text was updated successfully, but these errors were encountered: