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 03dfa34 + 04bb75d commit 99cf87eCopy full SHA for 99cf87e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bufferapp/async-data-fetch",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Fetch data from RPC backend",
5
"main": "lib/index.js",
6
"scripts": {
src/index.js
@@ -1,2 +1,2 @@
-export middleware from './middleware'
-export reducer, { actions, actionTypes } from './reducer'
+export { default as middleware } from './middleware'
+export { default as reducer, actions, actionTypes } from './reducer'
0 commit comments