Skip to content

Commit af13cb6

Browse files
Fix typo, adjust order
1 parent bd77707 commit af13cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 2.34.0
22
- Null safety codemod improvements
3-
- Add required prop validation ignores for `connect`-ed props, matching (see more info in [migration guide](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md#connect))
43
- Don't add migrator tool hint comments to files that have already been migrated to null safety
4+
- Add required prop validation ignores for `connect`-ed props (see more info in [migration guide](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md#connect))
55
- Only make defaulted class component props required when they're not public, to avoid breakages and align with [migration guide guidance](https://github.com/Workiva/over_react/blob/master/doc/null_safety/null_safe_migration.md#prop-requiredness-and-nullability)
66
- Note: defaulted prop hints are now added via the `null_safety_required_props` executable instead of via `null_safety_migrator_companion`
77
- Add optional (`/*?*/`) hint to non-defaulted state fields, just like for props

0 commit comments

Comments
 (0)