-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: reader.skipField is not a function #141
Comments
Same with |
This definitely looks like the closure optimizations taking out too much. In the deeper details, all of our tests pass closure deps side, but it looks like our jasmine config for commonjs doesn't include most of our binary/ tests. |
I just published a hotfix release (3.21.2) to npm and will close this out now. Please re-open and ping me if the problem persists. |
Since 3.21.1 I receive
TypeError: reader.skipField is not a function
on
deserializeBinary(data).toObject()
with 3.21.0 it is working
Node 16.17.1
The text was updated successfully, but these errors were encountered: