Mojang / ore-ui

💎 Building blocks to construct game UIs using web tech.
https://react-facet.mojang.com/
MIT License
404 stars 19 forks source link

Adds support for custom equality checks on unwrap #123

Closed pirelenito closed 1 year ago

pirelenito commented 1 year ago

Simple extension of the existing useFacetUnwrap API, allowing passing an optional extra argument to perform custom equality checks.

As its an optional argument, this is not breaking the current API contract.