logto-io / js

🤓 Logto JS SDKs.
https://docs.logto.io/quick-starts/
MIT License
61 stars 40 forks source link

chore(react-sample): use createRoot instead of ReactDOM render #553

Closed charIeszhao closed 1 year ago

charIeszhao commented 1 year ago

Summary

Use createRoot instead of ReactDOM.render as the latter is deprecated in React 18. https://react.dev/blog/2022/03/08/react-18-upgrade-guide#updates-to-client-rendering-apis

Testing

React sample works

Checklist

- [ ] .changeset - [ ] unit tests - [ ] integration tests - [ ] docs

OR