ezy icon indicating copy to clipboard operation
ezy copied to clipboard

[BUG] Could not create collection if proto file contains google.protobuf.EnumValueOptions

Open heggi opened this issue 1 year ago • 1 comments

Describe the bug Creating collection with proto file contains extend google.protobuf.EnumValueOptions throw error object must be a valid nested object

Minimal example file:

syntax = "proto3";

import "google/protobuf/descriptor.proto";

extend google.protobuf.EnumValueOptions {
  optional string name = 54321;
}

To Reproduce Steps to reproduce the behavior: Try create collection with minimal example file

Expected behavior Successful created collection

Environment

  • OS: windows 10
  • ezy Version 1.0.0-beta.16

Additional context

heggi avatar Oct 10 '23 13:10 heggi