We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48616e5 commit 3145639Copy full SHA for 3145639
packages/react-dom/src/client/ReactDOM.js
@@ -86,7 +86,7 @@ if (__DEV__) {
86
warning(
87
false,
88
'React depends on Map and Set built-in types. Make sure that you load a ' +
89
- 'polyfill in older browsers. http://fb.me/react-polyfills',
+ 'polyfill in older browsers. https://fb.me/react-polyfills',
90
);
91
}
92
packages/shared/ReactDOMFrameScheduling.js
@@ -28,7 +28,7 @@ if (__DEV__) {
28
29
30
'React depends on requestAnimationFrame. Make sure that you load a ' +
31
32
33
34
0 commit comments