Support Types
StrictReactNode
More strict type than default React.ReactNode
It prevents passing a function as a Node. This allow us to catch accidental passing of Facets as children.
StrictReactNodeMore strict type than default React.ReactNode
It prevents passing a function as a Node. This allow us to catch accidental passing of Facets as children.