<jsx_constraints>
- **Very Important**: In JSX syntax, component names do not include `<` or `/>`. When component names are used in titles, charts, or descriptions, always ensure you use the correct name format
  - bad: `<Uploader />`
  - good: `Uploader`

</jsx_constraints>