KleoPetroff / react-github-portfolio

Stylish project portfolio built with React

Home Page:https://projects.kleopetrov.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevent state mutation in App.jsx

KleoPetroff opened this issue · comments

The state in App.jsx is mutated by the sort helper. Change the helper function by create a shadow copy of the array using slice.

Fixed.