wix-incubator / react-templates

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

props variable is not available in stateless templates #182

Closed delijah closed 8 years ago

delijah commented 8 years ago

In a lot of cases props is not available, which is sad because i really like and would like to use the stateless feature. On the root level it's there but it is not available...

I am using react-templates 0.5.2.

nippur72 commented 8 years ago

the bugfix has been merged into master (gh-pages), but a new version has not been released yet.

If you want to use the feature, you can still install it from the GitHub repo:

npm uninstall react-templates -g
npm install -g git://github.com/wix/react-templates.git#gh-pages 
delijah commented 8 years ago

Awesome, thank you! So i will close this issue.