redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Pass action to trace (#1100)

Open meluskyc opened this issue 1 year ago • 5 comments

Resolves #1100

From the docs, the trace function that returns a stack trace is supposed to be passed the action, so this fixes that.

This should help some of the new JS state managers support all devtools features.

See:

https://github.com/pmndrs/valtio/issues/331 https://github.com/pmndrs/zustand/issues/716

meluskyc avatar Mar 12 '23 17:03 meluskyc