Mojang / ore-ui

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

Add support for null values on some built-in equality checks #15

Closed pirelenito closed 2 years ago

pirelenito commented 2 years ago

Extends a few of the built-in equality checks to also accept null and undefined as values. It is not uncommon for selectors or maps to have "optional" return values. So having it supported in the built-in checks makes them available to be used in more situations.

Added new the checks:

TODO: