Upload works okay, but I noticed that when you click upload an image the photo field doesn't update to show that you've successfully done it. You don't know for sure until you hit the Add button at the bottom.
lol, I learned from the screenshot I can use React.FC to type my functional component.
I always just typed props and used JSX.Element as the return value.
Now I feel pretty dumb haha
React.FC
to type my functional component. I always just typedprops
and usedJSX.Element
as the return value. Now I feel pretty dumb haha