Closed jpnelson closed 8 years ago
I needed to change the behaviour back to the "unsimplified" version so that it'd work with named slots.
There was a problem where React's props.children wasn't like a regular DOM node, so dom diffing couldn't render anything.
LGTM
I needed to change the behaviour back to the "unsimplified" version so that it'd work with named slots.
There was a problem where React's props.children wasn't like a regular DOM node, so dom diffing couldn't render anything.