Because React 19 removes the old react-dom/render API, if user choose to update to Reagent 2 and React 19, all libs using Reagent to render components into DOM need to move the new reagent.dom.client API.
I think it is possible to also keep supporting old React versions by checking either react/version or existence on react-dom/render, and then choose to either use reagent.dom or reagent.dom.client.
Because React 19 removes the old react-dom/render API, if user choose to update to Reagent 2 and React 19, all libs using Reagent to render components into DOM need to move the new reagent.dom.client API.
I think it is possible to also keep supporting old React versions by checking either react/version or existence on react-dom/render, and then choose to either use reagent.dom or reagent.dom.client.