Hi,
First of all, sorry for the last issue, I didn't have time to contribute (https://github.com/zeit/styled-jsx/issues/215). However, I found another interesting bug I think, I made a little exemple of the behavior here:
https://github.com/loick/issue-styledjsx
Use case:
Is there something specific to add for this kind of situations ? I checked on the other Issues raised, but I'm not sure it was the same problem so.. :)
Thanks !
looks like this https://github.com/zeit/styled-jsx/issues/147 if so it is on my radar – you can either give it a stab and try to fix it or wait until I have some free time to work on it :)
sorry in my previous comment I was talking about CustomTag. Regarding React.createElement unfortunately we don't suppor that :(
Okay thanks, I'll try to take a look at it. Do you already know if this is related to something specific? Like should we render all of the components before executing the <style jsx> parsing ?
@loick sorry for the late reply, styled-jsx trasforms JSX only that's why it doesn't work with React.createElement.