Pitel
08/05/2021, 9:06 AMrEnhancer()
with Redux DevTools?
I have
compose(
rEnhancer()
) {
if (window.asDynamic().__REDUX_DEVTOOLS_EXTENSION__) {
console.log("__REDUX_DEVTOOLS_EXTENSION__")
window.asDynamic().__REDUX_DEVTOOLS_EXTENSION__()
} else {
it
}
}
But it gives me errors in my app.Pitel
08/05/2021, 9:08 AM