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

Document the difference between relying on children props in @react-facet vs regular React #90

Open xaviervia opened 2 years ago

xaviervia commented 2 years ago

The main thing being that since @react-facet breaks out of the norms of React, when you access the children prop it will not have the data you expect, because it will be out of sync with what actually gets rendered.