alt-devtool icon indicating copy to clipboard operation
alt-devtool copied to clipboard

Logs Store in devtools only when i console.log(Store)

Open besrabasant opened this issue 7 years ago • 0 comments

The alt-devtool by default shows nothing. No Stores, No Dispatches.

Only if I console.log the Store,

console.log(MyStore)

then the Store is visible in the devtools.

I am not able to figure out what the issue is.

besrabasant avatar Apr 08 '18 06:04 besrabasant