You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this library on QuickJS but the run prompt cannot be found. It looks like this: "const $root = $protobuf.roots["default"] || ($protobuf.roots["default"] = {}); TypeError: Cannot read properties of undefined (reading 'default')
So, I used CommonJS to output, and it also reported errors. Doesn't seem to load correctly
The text was updated successfully, but these errors were encountered:
I'm trying to use this library on QuickJS but the run prompt cannot be found. It looks like this:
"const $root = $protobuf.roots["default"] || ($protobuf.roots["default"] = {}); TypeError: Cannot read properties of undefined (reading 'default')
So, I used CommonJS to output, and it also reported errors. Doesn't seem to load correctly
The text was updated successfully, but these errors were encountered: