Add validation to prevent duplicate component names during registration
Open
- Dominant language
- TypeScript
- Stars
- 8.8k
- Forks
- 1.2k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 17
Description
Currently, when registering a component in the builder, it is possible to use a name that has already been registered. This can lead to unexpected behavior and conflicts at runtime.
To avoid such issues, the system should validate component names during registration and prevent users from registering a component if a component with the same name already exists. An appropriate error message should be shown to guide the user.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.