You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just spent 1h trying to solve working around partial inference problem and I decided to watch the solution.
I had the right approach to solve it however Matt didn't experience the same error I had in my local IDE.
The 2nd type argument of makeSelectors have a default value {} in the repo which the code in Matt video doesn't.
Once I removed it from my code all the test pass.
thanks!
The text was updated successfully, but these errors were encountered:
louis-young
added a commit
to louis-young/typescript-generics-workshop
that referenced
this issue
May 24, 2023
Hi,
I just spent 1h trying to solve working around partial inference problem and I decided to watch the solution.
I had the right approach to solve it however Matt didn't experience the same error I had in my local IDE.
The 2nd type argument of
makeSelectors
have a default value {} in the repo which the code in Matt video doesn't.Once I removed it from my code all the test pass.
thanks!
The text was updated successfully, but these errors were encountered: