Has anyone tried/managed to use Redux dev tools wi...
# react
j
Has anyone tried/managed to use Redux dev tools with kotlin-redux wrapper?
r
It works without problems
j
Did you manually declare externals for
redux-devtools-extension
?
r
Just use
window.asDynamic().__REDUX_DEVTOOLS_EXTENSION_COMPOSE__
when creating your store
j
Right, didn’t think about that. I tend to favor typed stuff, but if that gets me started quickly, why not 🙂