### Current Situation The `key` attribute is now stored within `attributes` and thus we no longer need to store it separately (ref: https://github.com/reactive-python/reactpy/pull/1271) ### Proposed Actions Modify the VDOM spec and source code to match this new change.
Current Situation
The
keyattribute is now stored withinattributesand thus we no longer need to store it separately (ref: #1271)Proposed Actions
Modify the VDOM spec and source code to match this new change.