itrend

Results 2 comments of itrend
trafficstars

I had the same problem. It appears `tncc` works with python 2.7.9 or above only, I couldn't find any workaround apart from updating Python.

In addition to @bjornlll's workaround, I found out wrapping my single component in a `` works as well, i.e. **didn't work** ```javascript const renderItem = (item) => { return }...