'{ state: any; dispatch: react.dispatch<{ type: string; payload: any; }>; }' is not assignable to type 'store'

0

'{ state: any; dispatch: React.Dispatch<{ type: string; payload: any; }>; }' is not assignable to type 'Store'

By Wooden Hammer Cedric Langosh at Apr 23 2020


Related code examples


Code examples by languages