-
-
Notifications
You must be signed in to change notification settings - Fork 328
Support keys in HTML fragments #682
Copy link
Copy link
Closed
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
Milestone
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
Current Situation
Currently,
html._does not support thekey=...argument.Proposed Actions
Modify the behavior of
html._to accept akey=...keyworded argument.React fragments natively supports keys, so we should too.