We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02a3af commit bd3c02eCopy full SHA for bd3c02e
CHANGELOG.md
@@ -1,9 +1,17 @@
1
# react-rails
2
3
+#### Breaking Changes
4
+
5
+#### New Features
6
7
+#### Deprecation
8
9
+#### Bug Fixes
10
+- Call ReactDOM.render() when react_component :prerender option is falsy, instead of ReactDOM.hydrate() #844, #842
11
12
## 2.4.2
13
#### Bug Fixes
14
- ReactDOM.hydrate() may not be defined for everyone, it will now use hydrate if it is defined or fallback to render #832
-- Call ReactDOM.render() when react_component :prerender option is falsy ( instead of ReactDOM.hydrate() ).
15
16
## 2.4.1
17
0 commit comments