Open Log234 opened 4 years ago
Currently, the procedure for connecting connected components is largely untyped. Further more the resulting components are cast to any.
For example: connect(mapStateToProps, mapDispatchToProps)(Layout as any);
connect(mapStateToProps, mapDispatchToProps)(Layout as any);
Currently, the procedure for connecting connected components is largely untyped. Further more the resulting components are cast to any.
For example:
connect(mapStateToProps, mapDispatchToProps)(Layout as any);