Serge Morel
Serge Morel
Same here, cannot get TFJS to work with React Native and Hermes JS engine enabled. The `checkInputs` method keeps throwing. Exactly the same build works fine with JSC.
Any update on this @karol-bisztyga ? I'm having the same issue, this setting is even enabled by default in `@react-native-community/cli`, but I cannot get it to work. Same with `import()`:...
Can confirm this issue
Also looking for a way to do this!
@dannyhw typing changes, but not fixed :/ 
This also doesn't work if you pass it by code: ```js const madge = require('madge'); madge('app/models/index.ts', { detectiveOptions: { es6: { skipTypeImports: true } } }).then((res) => { console.log(res.circular()); });...
Thanks @philipmortimer, the fact that it run twice in quick , parallel, succession was indeed the issue!
Not sure why this was closed, this is still very relevant and still appearing on versions > 5.138.1
> Since I would also greatly enjoy being able to view Motion Photos from the 'Photos' app, I think it would be useful to mention that Samsung's Motion Photos are...
I used to have the solution that disabled minification, according to [this forum post](https://forums.expo.dev/t/change-minifierconfig-for-minify-uglify/36460). Just swapped to adding a fixed class name (and ignoring TS errors) and it works too....