Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use React 18 with reagent create-root
React 18 gives a deprecation warning if you use the old rdom/render api. The reagent.dom.client namespace wraps this new API. It also enables experimental React 18 features in reagent. It's acceptable (and possibly more stable) to keep using the old API, but this deprecation warning can be confusing to the user, who shouldn't need to be aware of our inlined-deps situation. It looks as if their reagent code is suspect, when actually ours is. Updated to the new API. We don't use any other React 18 features yet. #367
- Loading branch information