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 01f0c6a commit 2c44032Copy full SHA for 2c44032
modules/dispatchers/LocationDispatcher.js
@@ -1,5 +1,5 @@
1
var copyProperties = require('react/lib/copyProperties');
2
-var Dispatcher = require('react-dispatcher');
+var Dispatcher = require('flux').Dispatcher;
3
4
/**
5
* Dispatches actions that modify the URL.
package.json
@@ -50,8 +50,8 @@
50
"dependencies": {
51
"es6-promise": "^1.0.0",
52
"events": "^1.0.1",
53
- "qs": "^1.2.2",
54
- "react-dispatcher": "^0.2.1"
+ "flux": "^2.0.0",
+ "qs": "^1.2.2"
55
},
56
"keywords": [
57
"react",
0 commit comments