You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces index-based keys in the Changelog component with more stable and unique keys derived from the item data. Using array indices as keys is an anti-pattern in React that can lead to incorrect rendering and performance issues when the list is modified.
This change ensures that each list element has a consistent and unique identifier, resolving potential bugs and console warnings. The `readonly` keyword was also added to the component's props for better type safety.
0 commit comments