-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated "Using typed injections" for better type safety #463
Conversation
Codecov Report
@@ Coverage Diff @@
## master #463 +/- ##
==========================================
+ Coverage 94.97% 97.72% +2.75%
==========================================
Files 18 20 +2
Lines 696 571 -125
Branches 139 104 -35
==========================================
- Hits 661 558 -103
+ Misses 30 11 -19
+ Partials 5 2 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hi! I'm a new collaborator for easy peasy, and I'm currently going through open github issues & PRs. I like this change! Are you able to resolve the conflicts? |
Updated the "Using typed injections" of the typescript tutorial to provide a more tightly bound example of typing the store injections. I believe this is more type safe than the original in the sense that there's now a single source of truth.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Updated the "Using typed injections" section of the typescript tutorial to provide a more tightly bound example of typing the store injections. I believe this is more type safe than the original in the sense that there's now a single source of truth.