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

Fix useFacetUnwrap support for custom equality check #140

Closed pirelenito closed 1 month ago

pirelenito commented 1 month ago

Custom equality checks for the useFacetUnwrap never worked, and instead would always consider the value to never change.

Luckily, we never used this feature internally. 🙈