Skip to content

Commit

Permalink
chore: update changeset
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Deekens <[email protected]>
  • Loading branch information
CarlosCortizasCT and tdeekens authored Dec 17, 2024
1 parent f369650 commit 7ea8b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ npx @commercetools-frontend/codemod@latest redesign-cleanup 'src/**/*.{jsx,tsx

### `react-default-props-migration`

Migrates the way React Components `defaultProps` are used to comply with the new pattern.
Migrates the way React Components `defaultProps` to use JavaScript default parameters instead. This is needed for React v18 or later.
Example:

```jsx
Expand Down

0 comments on commit 7ea8b6e

Please sign in to comment.