Conversation
🦋 Changeset detectedLatest commit: 4b604f3 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
florian-lefebvre
left a comment
There was a problem hiding this comment.
Gotta love this trick!
CodSpeed Performance ReportMerging #13622 will not alter performanceComparing Summary
|
ematipico
left a comment
There was a problem hiding this comment.
Out of curiosity, what does this trick do?
|
@ematipico It lets you type something to accept any string, but also get autocomplete from a string union. If type something as |
Changes
Use the
| (string & {})trick to ensure that key autocomplete always worksTesting
Docs