Skip to main content

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.