React 19 is out with custom element support.
As far as I understand, it means that upgrading could be done in two steps:
- Upgrade to React 19 and make no code changes. Can be done once
@lit/react widens the peer range for react to include 19
- Remove the use of
@lit/react as React 19 supports custom elements
React 19 is out with custom element support.
As far as I understand, it means that upgrading could be done in two steps:
@lit/reactwidens the peer range for react to include 19@lit/reactas React 19 supports custom elements