[TS Error] Argument of type 'StoreEnhancer | ....' is not assignable to parameter of type 'StoreEnhancer<{}, {}> | undefined'. #12
Labels
bug
Something isn't working
waiting for response
Waiting for a response to be able to deal with the issue or PR
Following the usage guide for legacy redux with middleware + ts:
Is giving the following TS error signifying the signature is mismatched.
The signature of @redux-devtools/extension's composeWithDevToolsDevelopmentOnly works as expected and using a similar definition as theirs fixes the TS issue.
Is this something wrong on my end or is there a legitimate ts mismatch for this?
The text was updated successfully, but these errors were encountered: