In the UI, we use the term "attachment", not "resource".
Also, I can’t view the new resource screen. I’ve noticed that the .tsx is not compiled to .js on doing npm start . Am I missing something?
On macOS and Linux you need to have npm run watch running for TypeScript files to be compiled.
1 Like