goatslacker / goatslacker/alt-devtool
Logs Store in devtools only when i console.log(Store)
Open
- Dominant language
- JavaScript
- Stars
- 180
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
The **alt-devtool** by default shows nothing. No _Stores_, No _Dispatches_.
Only if I `console.log` the _Store_,
```js
console.log(MyStore)
```
then the _Store_ is visible in the _devtools_.
I am not able to figure out what the issue is.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.