How to Use Unknown Properly in Typescript
Jan 23, 2022 · 2 min read · Issue at hand: Converting a number to a string I had a component that accepted a number or undefined type argument idxToAttach as a prop. Then, I wanted to append idxToAttach as string to my form, because since FormData's .append method only accepted...
Join discussion



