Marcos Jampietri
Results
1
comments of
Marcos Jampietri
> **TypeError: _redux_store__WEBPACK_IMPORTED_MODULE_5__.wrapper.useWrappedStore is not a function** > > ```js > //MyApp.js > function MyApp({ Component, ...rest }) { > const {store, props} = wrapper.useWrappedStore(rest); > return ( > >...