NIAGADS / niagads-igv-webapp

Standalone webapp for NIAGADS customized IGV Genome Browser
GNU General Public License v3.0
1 stars 1 forks source link

update React render to use `createRoot` #25

Closed fossilfriend closed 1 year ago

fossilfriend commented 1 year ago

resovle runtime error ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17.