Dan Wilt

Results 37 comments of Dan Wilt

@marktnoonan how would I go about using mocking ESM modules with a NextJS project?

It's wonderful that @feluxz 's fix works but every time we update our provisioning profiles or clone the the repo, we have to do this. What changed? Why did this...

@grimen I had this issue too: https://github.com/SudoPlz/react-native-bugsnag/issues/14#issuecomment-247708891 What worked for me was starting from complete scratch then running `rnpm install react-native-bugsnag` and then following the instructions from there. That got...

@jamesyu sorry for the late reply. we definitely haven't accounted for this sort of solution. if you come up with something, would you mind sharing with us so we could...

@sascharissling would you be willing to contribute a PR? It's outside the scope of what we need this plugin for but would be happy to accept a PR!

This is happening to me in `"react": 18.3.1` not 19.. just wanted to share. And we're not using the `Disclosure` component.

Adding a pages directory to the root of the NextJS project (as a sibling to `src` in an app router project) solved it or me as well. However, it's worth...