streamich / nano-css

Distilled CSS-in-JS for gourmet developers
The Unlicense
427 stars 23 forks source link

Decorator not compatible with Preact #235

Open RobbieTheWagner opened 4 years ago

RobbieTheWagner commented 4 years ago

If I use @css when render is called, it is not passed props anymore and you have to access them via this.props.

Also, react is called explicitly here https://github.com/streamich/nano-css/blob/master/addon/util/transformComponentStatic.js#L18

For compatibility this should be configurable.