Skip to content

Commit

Permalink
fix(docs): revert url change due to test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
adnaanbheda committed Sep 14, 2020
1 parent ebbbbf3 commit 020e4c9
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/warnings/legacy-factories.html',
'factory or JSX instead. See: https://fb.me/react-legacyfactory',
{withoutStack: true},
);
});
Expand Down

0 comments on commit 020e4c9

Please sign in to comment.