mateusrachid

Results 5 comments of mateusrachid

Great work on this plugin, by the way. It's very useful.

Also breaks with this: ```js import React from 'react'; import styled from 'styled-components'; const Root = styled.div.attrs(props=>({ 'data-status': `${props.status}` }))` display: block; height: 100%; `; export default function MyComponent({...props}){ return...

Seems like the problem appears when the argument to the `attrs` method contains parenthesis. It breaks with things as simple as: ```js const MyComponent = styled.div.attrs(({}))` `; // or const...

I'm also with the same issue. Running version 0.13.22 / Kodi 18.2 (2019-04-22) on Ubuntu 18.04.2 LTS

Is anyone here maintaining a fork with ESM support? I believe many people would be interested.