What is required to actually get devtools working? #1386
Answered
by
steve-taylor
steve-taylor
asked this question in
Q&A
-
Is export function createStore() {
return configureStore({
reducer: createAppReducer(),
middleware: getDefaultMiddleware => getDefaultMiddleware(),
devTools: true,
})
} |
Beta Was this translation helpful? Give feedback.
Answered by
steve-taylor
Aug 6, 2021
Replies: 1 comment
-
Never mind... It was an unrelated build tools issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
steve-taylor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind... It was an unrelated build tools issue.