Lumi icon indicating copy to clipboard operation
Lumi copied to clipboard

typings of actions in React component incorrect

Open sr258 opened this issue 3 years ago • 0 comments

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".

sr258 avatar Aug 26 '21 06:08 sr258