Skip to content

Commit 020e4c9

Browse files
committed
fix(docs): revert url change due to test failure
1 parent ebbbbf3 commit 020e4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/__tests__/createReactClassIntegration-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ describe('create-react-class-integration', () => {
365365
expect(() => Component()).toThrow(),
366366
).toErrorDev(
367367
'Warning: Something is calling a React component directly. Use a ' +
368-
'factory or JSX instead. See: https://reactjs.org/warnings/legacy-factories.html',
368+
'factory or JSX instead. See: https://fb.me/react-legacyfactory',
369369
{withoutStack: true},
370370
);
371371
});

0 commit comments

Comments
 (0)