Skip to content

Commit

Permalink
Re-land React Native sync for revisions b5c6dd2...e67a6b160
Browse files Browse the repository at this point in the history
Summary:
Re-land of , with the following additional changes:
- **[e67a6b160](facebook/react@e67a6b160 )**: Fix runtime error that happens if a passive destroy function throws within an unmounted tree (#19543) //<Brian Vaughn>//
- **[5cff77550](facebook/react@5cff77550 )**: [Scheduler] Get current time from performance.now in non-DOM environments (#19532) //<Emilis Baliukonis>//
- **[e9721e14e](facebook/react@e9721e14e )**: Remove onScroll bubbling flag (#19535) //<Dan Abramov>//
- **[b61174fb7](facebook/react@b61174fb7 )**: Remove the deprecated React Flare event system (#19520) //<Dominic Gannaway>//

Changelog: [internal]

Reviewed By: lunaruan

Differential Revision: D22961478

fbshipit-source-id: 2df73038dc2424cf8e1d44cc76dba70203253f40
  • Loading branch information
rickhanlonii authored and facebook-github-bot committed Aug 6, 2020
1 parent 08d7b54 commit d0e710b
Show file tree
Hide file tree
Showing 13 changed files with 26,848 additions and 23,130 deletions.
5 changes: 4 additions & 1 deletion Libraries/LogBox/__tests__/LogBox-integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ const cleanLog = logs => {
});
};

describe('LogBox', () => {
// TODO(T71117418): Re-enable skipped LogBox integration tests once React component
// stack frames are the same internally and in open source.
// eslint-disable-next-line jest/no-disabled-tests
describe.skip('LogBox', () => {
const {error, warn} = console;
const mockError = jest.fn();
const mockWarn = jest.fn();
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion Libraries/Renderer/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b5c6dd2de557428974855b5aa88bf9c6595beb2b
e67a6b16030ebc30257a69a7fb36a9ed67f29b39
Loading

0 comments on commit d0e710b

Please sign in to comment.