Skip to content

Commit

Permalink
Add the changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyr committed Jul 1, 2022
1 parent a67b65c commit bd755b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Changes since last non-beta release.

To migrate this change, remove `mini_racer` gem from your `Gemfile` and test your app for correct behaviour. You can continue using `mini_racer` and it will be still picked as the default `ExecJS` runtime, if present in your app `Gemfile`.

#### Fixed
- Fixed the `You are importing hydrateRoot from "react-dom" [...] You should instead import it from "react-dom/client"` warning under React 18 ([#1441](https://github.com/shakacode/react_on_rails/issues/1441)). [PR 1460](https://github.com/shakacode/react_on_rails/pull/1460) by [alexeyr](https://github.com/alexeyr).

In exchange, you may see a warning like this when building a Webpack bundle under React 16:
Expand Down

0 comments on commit bd755b0

Please sign in to comment.