Skip to content

Commit

Permalink
Update createReactClassIntegration-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Aug 17, 2020
1 parent 2ff2497 commit deacf08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ describe('create-react-class-integration', () => {
expect(() => Component()).toThrow(),
).toErrorDev(
'Warning: Something is calling a React component directly. Use a ' +
'factory or JSX instead. See: https://reactjs.org/link/legacy-factories',
'factory or JSX instead. See: https://fb.me/react-legacyfactory',
{withoutStack: true},
);
});
Expand Down

0 comments on commit deacf08

Please sign in to comment.