luckyzhou

Results 2 issues of luckyzhou

### Description The `iron-iconset-svg` defined svg element doesn't link to the class styles on IE11/Edge, when I put a style tag out of g tag and defined some classes, the...

protobuf.js version: 7.2.3 See related code bellow: https://github.com/protobufjs/protobuf.js/blob/56b1e64979dae757b67a21d326e16acee39f2267/ext/descriptor/index.js#L207-L220 Looks like `Line 219` `type.oneofsArray` size may got `0`, so `type.oneofsArray[descriptor.field[i].oneofIndex]` will return `undefined`, when I add `&& type.oneofsArray.lengh > 0` in...