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.
2 parents d1db952 + 9579909 commit d01c826Copy full SHA for d01c826
examples/flux-chat/js/app.js
@@ -18,6 +18,7 @@ var ChatApp = require('./components/ChatApp.react');
18
var ChatExampleData = require('./ChatExampleData');
19
var ChatWebAPIUtils = require('./utils/ChatWebAPIUtils');
20
var React = require('react');
21
+window.React = React; // export for http://fb.me/react-devtools
22
23
ChatExampleData.init(); // load example data into localstorage
24
0 commit comments