Chase Holdren

Results 4 comments of Chase Holdren

> Ah I finally figured out this is what was causing my issues in Valorant! > > Any movement on this? Is the recommended solution to roll back to 4.1.6598.15330?...

Had this problem with tests that used firebase. This fixed it: ``` beforeAll(async () => { await firebase.firestore().enableNetwork(); }); afterAll(async () => { await firebase.firestore().disableNetwork(); }); ```

I'm also looking for this feature. Using a monorepo with @microsoft/rush