### 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.