-
-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-refactorAbout improving code structure.About improving code structure.
Description
Current Situation
ReactPy can generate type hinting errors generated (from Pylance).
For example, the fact that reactpy.component
can ingest a ComponentType
, but can only return a Component
. Or the fact that use_state
can be set to None initially and changed later.
Proposed Actions
Review user API type hints and fix where needed.
Metadata
Metadata
Assignees
Labels
priority-3-lowMay be resolved one any timeline.May be resolved one any timeline.type-refactorAbout improving code structure.About improving code structure.