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
I guess the issue is because they have not updated the version in package.json.
Due to this many of the dependents are not able to work in browser environment and showing "old Browser" error. I want to use "simple-peer" but this issue is breaking the package.
Kindly update the new package version.
I just noticed that changes made on this PRs are not inlcuded on the last version of the package:
#34 and #27
The
browser.js
file in my project still usessafe-buffer
as dependency andglobal
instead ofglobalThis
.The version of my package is
2.1.0
.Because of the missing changes my project is breaking.
Thanks in advance for the fix!
The text was updated successfully, but these errors were encountered: