Skip to content

Commit

Permalink
Changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 9, 2024
1 parent 652bf71 commit 0866b69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/upgrade-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,12 @@ razzle.config.js

The change involves adding a new `paths` argument to the `customModifyWebpackConfig` function.

### Added rule for ESlint to detect missing key property in iterators.

The `react/jsx-key` rule has been enabled in ESlint for catching missing `key` in JSX iterators.
Might be that you catch up some violations in your project or add-on code after running ESlint.
Adding the missing `key` property whenever the violation is reported will fix it.

(volto-upgrade-guide-17.x.x)=

## Upgrading to Volto 17.x.x
Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/6387.breaking
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added `react/jsx-key` rule for ESlint to detect missing key property in iterators. @sneridagh

0 comments on commit 0866b69

Please sign in to comment.