Brandon Domingue

Results 4 issues of Brandon Domingue

Verifying abstract class inheritance works with bindings Attempting to reproduce issues from #217

Currently, using Mock.extend will mutate the thing being extended. eg: **foo.ts** ```typescript export const FOO = { bar: 'bar'; }; ``` **example.test.ts** ```typescript import { FOO } from './foo'; describe('mutations',...

### Describe the bug package: `@bugsnag/react-native` iOS does not report error causes (It works fine in Android). Root cause is that the iOS event deserializer is hard-coded to only inspect/deserialize...

bug
backlog

[Dependency is defined here](https://github.com/th3rdwave/flipper-plugin-relay-devtools/blob/a71060f9b2f584ac8ff4ed512ede1b51ffc7dfeb/packages/react-native-flipper-relay-devtools/package.json#L30) and it seems to be unnecessary considering the only changes were the version number and a debug flag ([diff](https://github.com/relayjs/relay-devtools/compare/main...janicduplessis:relay-devtools:master)). The risk here is that git dependencies...