gaoxiaoliangz/react-scoped-css

cloneElement support

Closed this issue · 2 comments

Doesn't look like this supports React.cloneElement

No it doesn't. Because the data-v-hash is added on jsx elements only.

No it doesn't. Because the data-v-hash is added on jsx elements only.

Yeah, I can work around this by specifying ...(<div />).props. It works quite well