-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
feature:custom-componentsRelated to custom componentsRelated to custom componentspriority:P3Medium priorityMedium prioritystatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected
Description
When running example.py, the following warning always appears:
2025-11-08 17:37:47.131 Component comp3.comp3 is already registered. Overwriting previous definition. This may lead to unexpected behavior if different modules register the same component name with different definitions.
Reproduce
uvx --from cookiecutter cookiecutter gh:streamlit/component-template --directory cookiecutter/v2
npm --prefix comp3/frontend install
npm --prefix comp3/frontend run build
(uv pip install -e .)
uv run streamlit run ./example.py
github-actions
Metadata
Metadata
Assignees
Labels
feature:custom-componentsRelated to custom componentsRelated to custom componentspriority:P3Medium priorityMedium prioritystatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected