mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
fix : grammatical typo for test description (#22764)
* fix : grammatical typo for test description * fix linting issues
This commit is contained in:
@@ -1184,7 +1184,7 @@ describe('ReactHooksWithNoopRenderer', () => {
|
||||
]);
|
||||
});
|
||||
|
||||
// This update is exists to test an internal implementation detail:
|
||||
// This update exists to test an internal implementation detail:
|
||||
// Effects without updating dependencies lose their layout/passive tag during an update.
|
||||
act(() => {
|
||||
ReactNoop.render(<Child bar={1} foo={2} />, () =>
|
||||
|
||||
Reference in New Issue
Block a user