Remove incorrect non-null assertion.#12089
Conversation
|
✅ Docs Preview ReadyNo new or changed pages found. |
commit: |
size-limit report 📦
|
✅ Deploy Preview for apollo-client-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Should we have a changeset associated with this? |
This is purely an internal change - inconsequential for end users, so I'd say this doesn't need a changeset. |
|
@jerelmiller quoting my initial post :)
|
|
Gah if only I'd read a little closer 🤦🏻♂️. Thanks! |
This was erroring out in a upcoming TypeScript PR at microsoft/TypeScript#60068 (comment) - the non-null-assertion here is unnecessary and incorrect.
Thank you @Andarist for bringing it up.
No changeset since this doesn't touch runtime code or external types.