-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix typescript 4 errors part 3 #1876
Fix typescript 4 errors part 3 #1876
Conversation
For the record, this thread seems to be relevant |
How can we enforce |
With a quick search, I found this Maybe it makes more sense to include it in the mono-repo instead of the master branch? |
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
* Fixing typescript errors in v4 * Async dispatch
Added a typed equivalent to
Object.keys
which returns a type based on the object.This makes the casting when accessing the values unnecessary.