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

Fix useFacetCallback return type #19

Closed dderg closed 2 years ago

dderg commented 2 years ago

There was an issue that return type didn't have NO_VALUE since it was exactly matching the return type of the inner callback, this PR fixes that