Andrew Zey
Andrew Zey
Hello, We're using Yarn 3 with PnP in our mono-repo, and find that ava is creating unwanted `node_modules` directories in our workspace (with `node_modules/.cache/ava/failing-tests.json`) This is a result of https://github.com/avajs/ava/blob/f047694d86a8ee7af2e998baf28812770e9ea71e/lib/cli.js#L256...
All validation rules are completely ignored using Restify 7.x.x. Rolling back to Resitfy 6.4.0 resolves the issue for me, and everything works as before. I'm running this on Node 8.9.0
## Description Exports functions properly for bridgeless architecture that is default as of react native 0.76.0 Fixes #395 ## Type of change - [x] Bug fix (non-breaking change which fixes...
**Describe the bug** Because the new react-native architecture lazy loads modules by default, `require('react-native').NativeModules` is an empty object at app startup time. Search for "Lazy module loading by default" in...