### Current Situation Currently, `html._` does not support the `key=...` argument. ### Proposed Actions Modify the behavior of `html._` to accept a `key=...` keyworded argument. [React fragments natively supports keys](https://reactjs.org/docs/fragments.html#keyed-fragments), so we should too.
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.