mirror of
https://github.com/status-im/reagent.git
synced 2025-02-12 03:47:09 +00:00
Component could be plain JS object with some private React properties, and it is not easy to check for this. Instead just allow all value for :> but check that React will throw error from createElement. Fixes #369