-
-
Notifications
You must be signed in to change notification settings - Fork 330
Allow JavaScript components inside of props dict #1319
Copy link
Copy link
Open
Labels
priority-2-moderateShould be resolved on a reasonable timeline.Should be resolved on a reasonable timeline.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior
Description
Current Situation
Libraries like MaterialUI use components within the props dictionary, and this currently isn't supported by ReactPy.
Ref: #989 (comment)
Proposed Actions
We need to spend some additional thought on how to allow JavaScript components to be added as a prop value. This may result in adding some kind of flag that signifies "this prop value is a VdomDict containing a JavaScript child".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority-2-moderateShould be resolved on a reasonable timeline.Should be resolved on a reasonable timeline.type-revisionAbout a change in functionality or behaviorAbout a change in functionality or behavior