boa-dev / boa-dev.github.io

Home of the Boa blog
https://boajs.dev/
3 stars 3 forks source link

Fix prop mutation and address some lints #159

Closed nekevss closed 2 months ago

nekevss commented 3 months ago

This PR is primarily to address a small issue in SuiteSelector, where the props was being mutated (sort -> toSorted).

While doing that, there were also some lints addressed.