Skip to content

Internals change breaks pre-generated file #649

@hybrist

Description

@hybrist

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions