Tomgorg
Results
1
comments of
Tomgorg
When I trying use ` products.on('created', (data) => { dispatch(services.products.onCreated(data)); })` I getting error "TypeError: Cannot read property 'concat' of undefined" in `260 | 261 | debug("redux:" + ON_CREATED, action);...