alleyinteractive / byline-manager

Manage an article's byline and author profiles in WordPress.
GNU General Public License v3.0
3 stars 2 forks source link

Fix incorrect usage of ReactDOM.createRoot() #261

Closed mboynes closed 7 months ago

mboynes commented 7 months ago

In a previous update, ReactDOM.render() was replaced with ReactDOM.createRoot(). The two functions are not interchangeable, and this was causing the user link metabox to error out on the byline profile screen.