webcomponents / react-integration

Converts web components into React components so that you can use them as first class citizens in your React components.
MIT License
306 stars 31 forks source link

Fix for named slots #5

Closed jpnelson closed 8 years ago

jpnelson commented 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.

joscha commented 8 years ago

LGTM

jpnelson commented 8 years ago

LGTM