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've been testing this as a fix: set minStack(value) {},
I haven't pushed it to master since I've made other fixes and I want to make sure it's stable first.
the setter gets called when copying properties from an old instance of the core to a new one.
The problem is that the minStack should be read-only and not get copied. That's why there wasn't a setter before.
Thanks for reporting the issue and for sending the PR.
Master branch have a bug with TypeError for minStack property (strict mode web-build).
The text was updated successfully, but these errors were encountered: