protobuf.js version: [email protected]
The following code has been generated by a previous version (I think 6.4.5):
RecordSet.from = function from(source, options) {
return this.convert(source, $protobuf.converters.message, options);
};
Running with the latest version of protobufjs, I get the following error:
Uncaught TypeError: Cannot read property 'message' of undefined
protobuf.js version:
[email protected]The following code has been generated by a previous version (I think
6.4.5):Running with the latest version of protobufjs, I get the following error: