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
We create a react-native project with scaffold, import buf.build/bufbuild/es:v2.2.2 generated code,
build iOS dev mode app WITHOUT expo then it raises multiple errors
Warning: TypeError: Cannot read property 'XxxService' of undefined(XxxService generated by protoc-gen-es).
We create a react-native project with scaffold, import buf.build/bufbuild/es:v2.2.2 generated code,
build iOS dev mode app WITHOUT expo then it raises multiple errors
Warning: TypeError: Cannot read property 'XxxService' of undefined
(XxxService generated by protoc-gen-es).Cannot read property 'prototype' of undefined
const td = new globalThis. TextDecoder ()
I had try following but it does not work
bufbuild/protobuf-es#953 (comment)
Request add a example build react-native v0.77.0 without expo
The text was updated successfully, but these errors were encountered: