akxcv / vuera

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
MIT License
4.3k stars 242 forks source link

Doesn't work with styled-components #68

Closed fsodano closed 6 years ago

fsodano commented 6 years ago

Hi there, thanks for this great library!

styled-components fails the isReactComponent test, which means it doesn't get rendered at all.

This is how a styled-component looks like:

screenshot 2018-11-30 15 30 04

I'll open a PR to address this soon. Cheers!