We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b719efb commit ec81f6dCopy full SHA for ec81f6d
docs/src/components/usage-example.js
@@ -80,7 +80,7 @@ const componentCode = `const ItemViewer = React.createClass({
80
81
const dispatchCode = `const actions = {
82
setFilter(type) {
83
- reactor.dispatch('FILTER_TYPE' type)
+ reactor.dispatch('FILTER_TYPE', type)
84
},
85
86
addItem(name, type, price) {
0 commit comments