-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
check for value before using methods #400
Conversation
Any update on this? |
Hey @danez, just curious if you think this might be able to make it into a release at any point. Not sure how active this project is, but wanted to follow up in case this PR got lost in the mix of notifications. |
I do not know what happened to this PR. It must have fallen under the radar. I'm really sorry. It is merged now, I will backport this to 5.x and cut a release soon. |
Co-authored-by: Daniel Tschinder <[email protected]> # Conflicts: # src/__tests__/__snapshots__/main-test.js.snap # src/utils/__tests__/getTSType-test.js
Co-authored-by: Daniel Tschinder <[email protected]> # Conflicts: # src/__tests__/__snapshots__/main-test.js.snap # src/utils/__tests__/getTSType-test.js
No worries! Thanks for merging |
Not sure if this is the best way to fix this, but I was running into this error when using using typescript with this sort of type
Check out the failing fixture for an example