Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
FIX areHookInputsEqual test
  • Loading branch information
brickspert committed Apr 7, 2019
commit 362380c3ead2ef5e8401d4d8061005a618c6e27d
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ describe('ReactHooks', () => {
'Warning: The final argument passed to useLayoutEffect changed size ' +
'between renders. The order and size of this array must remain ' +
'constant.\n\n' +
'Previous: [A, B]\n' +
'Incoming: [A]\n',
'Previous: [A]\n' +
'Incoming: [A, B]\n',
]);
});

Expand Down