There was an error while loading. Please reload this page.
1 parent e2dad02 commit 3045291Copy full SHA for 3045291
src/browser/ui/React.js
@@ -107,8 +107,8 @@ if (__DEV__) {
107
window.top === window.self &&
108
navigator.userAgent.indexOf('Chrome') > -1) {
109
console.debug(
110
- 'Download the React DevTools for a better development experience: ' +
111
- 'http://fb.me/react-devtools'
+ 'If you haven\'t already, download the React DevTools for a better ' +
+ 'development experience: http://fb.me/react-devtools'
112
);
113
114
var expectedFeatures = [
0 commit comments