MetaMask / snaps

Extend the functionality of MetaMask using Snaps
https://metamask.io/snaps/
Other
709 stars 546 forks source link

Support conditional rendering with booleans #2505

Closed FrederikBolding closed 6 days ago

FrederikBolding commented 1 week ago

This is currently not supported, we should support it:

<Box>
  {condition && <Text>Foo</Text>}
</Box>