Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoff committed May 25, 2022
1 parent b1fbb14 commit cf2accf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3553,8 +3553,8 @@ describe('ReactDOMFizzServer', () => {
pipe(writable);
});

let errors = [];
ReactDOMClient.hydrateRoot(container, <App isClient />, {
const errors = [];
ReactDOMClient.hydrateRoot(container, <App isClient={true} />, {
onRecoverableError(error) {
errors.push(error.message);
},
Expand Down

0 comments on commit cf2accf

Please sign in to comment.