Lumi
Lumi copied to clipboard
typings of actions in React component incorrect
The typings of the ThunkActions in the React components are incorrect. They are currently the ThunkActions in the actions, but as there's a call to bindActionCreators in between, the ThunkAction is "invisible".