About coding style #100
UnsignedInt8
started this conversation in
General
Replies: 1 comment
-
Hi -- same issue for us here! These kinds of imports completely break Metro bundler, and I had to resort to a pretty ugly workaround in my
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, when compiling my React Native app, I encounter the following fatal error:
In
UserOperation.ts
, I found this line:However, in the
../core
folder, there is noAbiParameters.js
file — onlyAbiParameters.ts
exists.It would be great if .js extensions could be removed from TypeScript import paths to avoid this issue in environments like React Native.
Beta Was this translation helpful? Give feedback.
All reactions