BuilderIO / BuilderIO/builder

Add validation to prevent duplicate component names during registration

Open
#4,220 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.