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