I have the following expression:
import { persistState } from \'redux-devtools\'; const enhancer = compose( applyMiddleware(thunk, router, logger), DevT
@NitzanTomer is right. It's not the match functions parameter that has a type mismatch. You certainly try to store the return value of the match function in a string typed variable / return it from a :string function / pass it as a string parameter.
:string
string