Ian Langworth ☠
Ian Langworth ☠
Yep, my custom asset loader works. I also have this function: ``` function createDuckie() { if (!duck.xml) throw new Error("Collada model not loaded"); var source = duck.getObjects()[0]; // Ew. var...
I upgraded to `[email protected]` and built a new build, and this issue still occurs.
If anyone has any workarounds or possible fixes, I would be happy to try them!
This actually happens in the example too: https://github.com/software-mansion/react-native-gesture-handler/assets/137158/d812513b-86d4-4775-8e09-077df1a8def3
`BetterHorizonatalDrawer` in the examples works fine. Copying [`BetterHorizonatalDrawer.tsx`](https://github.com/software-mansion/react-native-gesture-handler/blob/main/example/src/new_api/betterHorizontalDrawer/BetterHorizonatalDrawer.tsx) into our project and using that instead of the default `DrawerLayout` fixes this problem for now.
+1 @mreinstein — An option to hide stack traces would be fantastic. (nodeunit rocks, keep up the good work!)
@khushal87 Sure: ``` dependencies: stream-chat-expo 5.18.1 └─┬ stream-chat-react-native-core 5.18.1 └─┬ stream-chat 8.12.3 └── axios 0.22.0 ``` I'll see if i can upgrade the axios transitive dependency and see if that...
I had tried upgrading to `stream-chat-expo 5.26.0` but that didn't have any affect for me. I will try upgrading again as well as verifying the Axios versions.
I've confirmed this is still an issue with `stream-chat-expo 5.26.0` and `axios 1.6.8`. I removed all `node_modules` directories and ran `expo start --clean` to be sure. ``` $ pnpm why...
Ah ha! That resolution reported: ``` axios resolution { resolved: { type: 'sourceFile', filePath: '/Users/ian/dev/xxxx/app/node_modules/axios/index.js' } } ``` And digging around showed that you're correct, the wrong version is being...