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 8cf31a4 commit 29b768eCopy full SHA for 29b768e
CHANGELOG.md
@@ -17,6 +17,9 @@ _Please add entries here for your pull requests that are not yet released._
17
- Upgrades React-Rails' embedded react to v18.2.0. Uses node polyfill plugin & fast-text-encoder for SSR text encoding. #1290
18
- If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 #1274 and #1285
19
20
+#### Added
21
+- Added option to replace `null`s in props with `undefined` via `config.react.null_to_undefined_props` in `config/application.rb` #1293
22
+
23
#### Changed
24
- The `react:component` generator now generates a function component by default #1271
25
0 commit comments