protobuf.js version: 6.8.8
Ubuntu: 19.04
Node: 12.2.0
Angular: 7.2.15 with server-side rendering enabled
I'm seeing "Error: not supported" popping up in an Angular 7 app on Node 12.2.0. Just upgraded Node from 10.15.3, where it did not have the error.

After a little digging, it looks like this references /src/root.js:233-234:

and /src/util/minimal.js:55:

After commenting out the check in root.js, everything seems to work fine. Is there another solution?
protobuf.js version: 6.8.8
Ubuntu: 19.04
Node: 12.2.0
Angular: 7.2.15 with server-side rendering enabled
I'm seeing "Error: not supported" popping up in an Angular 7 app on Node 12.2.0. Just upgraded Node from 10.15.3, where it did not have the error.
After a little digging, it looks like this references /src/root.js:233-234:
and /src/util/minimal.js:55:
After commenting out the check in root.js, everything seems to work fine. Is there another solution?