Raise a warning when generating a component with an unknown prop type
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 24.4k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 13
Description
Is your feature request related to a problem? Please describe.
Request to raise a warning or error if a user tries to generate a component with an unknown prop type in Python.
In this issue here when working on the reference docs (https://github.com/plotly/ddk-dash-docs/pull/632) - we discovered that there are some components that expose props that won't work in Python.
Describe the solution you'd like
A warning or error when generating components with unknown prop types
Describe alternatives you've considered
I've opened issues to remove specific props that won't work in Python on some components.
@alexcjohnson
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names Python component generation and a reference-docs pull request, but no source files or tests. Start by locating the component generator and its prop-type handling, then determine how unknown types should be reported. It is done when unsupported prop types are detected consistently and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100