alt-devtool
alt-devtool copied to clipboard
Logs Store in devtools only when i console.log(Store)
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.