-
Notifications
You must be signed in to change notification settings - Fork 17
Import and export ActionType from dependency fusion-rpc-redux ^1.4.0 #181
Conversation
Codecov Report
@@ Coverage Diff @@
## master #181 +/- ##
=========================================
Coverage ? 93.33%
=========================================
Files ? 2
Lines ? 30
Branches ? 5
=========================================
Hits ? 28
Misses ? 0
Partials ? 2Continue to review full report at Codecov.
|
Merging latest changes
src/index.js
Outdated
| ResponseError, | ||
| } from 'fusion-plugin-rpc'; | ||
| import {createRPCReducer} from 'fusion-rpc-redux'; | ||
| import {createRPCReducer, ActionType} from 'fusion-rpc-redux'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be import type {ActionType}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
Looks good to me! Thanks @hugoe29 ! |
|
Oh, the export also needed to be changed. I went ahead and made the adjustment |
|
Thanks @lhorie |
|
Triggered Fusion.js build verification: https://buildkite.com/uberopensource/fusion-release-verification/builds/1655 |
No description provided.