Why is "this" untyped when my store is defined in a TypeScript file? #899
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Nevermind, I figured it out. I had |
Beta Was this translation helpful? Give feedback.
-
option |
Beta Was this translation helpful? Give feedback.
-
This does not work when using |
Beta Was this translation helpful? Give feedback.
Nevermind, I figured it out. I had
"strict": false
in my tsconfig. Setting it to true fixes it.