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
Hey @mattpocock .
Thanks for your effort and time spent on this course.
I just want to point out that you can fool typechecker in this exercise with simply typing this, and it will pass the test. role: string[] instead of role: 'admin' | 'user' | 'super-admin'
The text was updated successfully, but these errors were encountered:
I'm not too interested on making every exercise exactly bulletproof. As I've said in other issues, the exercises will be accompanied by videos which make the intent of each problem/solution clear.
Hey @mattpocock .
Thanks for your effort and time spent on this course.
I just want to point out that you can fool typechecker in this exercise with simply typing this, and it will pass the test.
role: string[]
instead ofrole: 'admin' | 'user' | 'super-admin'
The text was updated successfully, but these errors were encountered: