It turns out I was using the .ts file extension instead of .tsx
Make sure your component file extension is .tsx (if you’re using Typescript) or .jsx (if you’re using Javascript).
It turns out I was using the .ts file extension instead of .tsx
Make sure your component file extension is .tsx (if you’re using Typescript) or .jsx (if you’re using Javascript).