DEV Community

Discussion on: Redux Devtools: Actions Stack Trace

Collapse
 
markerikson profile image
Mark Erikson

Just now seeing this post. Glad my talk was informative, and glad that the "action stack trace" feature is useful for you!

Collapse
 
teddcp2 profile image
teddcp2

hey what is actionCreator exacly? is it getting imported from somewhere?

Collapse
 
teddcp2 profile image
teddcp2

Got it... all the actions :)

import * as actionCreators from '../actions/counter'; 
Enter fullscreen mode Exit fullscreen mode

github.com/zalmoxisus/redux-devtoo...