redux-saga / redux-saga-devtools

Saga monitor and UI devtool for redux-saga
MIT License
269 stars 39 forks source link

Default toggle? #11

Closed tobyl closed 6 years ago

tobyl commented 7 years ago

Hey.. I might be missing something really simple here, but is there a way to set the toggle to be closed by default? Currently have to close it each time..

Thanks!

Andarist commented 7 years ago

could probably be stored in localStorage or smth and retrieved upon refresh

salvoravida commented 7 years ago

https://github.com/redux-saga/redux-saga-devtools/pull/12

yihou commented 6 years ago

can anyone update this changes to npm?

Andarist commented 6 years ago

@yihou I've published 0.2.0 just now, enjoy

yihou commented 6 years ago

@Andarist thanks a bunch!