Skip to content

Commit d0e710b

Browse files
rickhanloniifacebook-github-bot
authored andcommitted
Re-land React Native sync for revisions b5c6dd2...e67a6b160
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
1 parent 08d7b54 commit d0e710b

13 files changed

+26848
-23130
lines changed

Libraries/LogBox/__tests__/LogBox-integration-test.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ const cleanLog = logs => {
4949
});
5050
};
5151

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

Libraries/LogBox/__tests__/__snapshots__/LogBox-integration-test.js.snap

-94
This file was deleted.

Libraries/Renderer/REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b5c6dd2de557428974855b5aa88bf9c6595beb2b
1+
e67a6b16030ebc30257a69a7fb36a9ed67f29b39

0 commit comments

Comments
 (0)