Skip to content

Commit deacf08

Browse files
authored
Update createReactClassIntegration-test.js
1 parent 2ff2497 commit deacf08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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/link/legacy-factories',
368+
'factory or JSX instead. See: https://fb.me/react-legacyfactory',
369369
{withoutStack: true},
370370
);
371371
});

0 commit comments

Comments
 (0)