wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

do not use `_()` in rt-class helper #179

Closed nippur72 closed 7 years ago

nippur72 commented 8 years ago

rt-class now results in a call to _() (lodash function) to be generated.

This cause two possible issues:

This can be fixed easily by changing _(...).transform( into _.transform(...,.