wix-incubator / react-templates

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

Mismatch tags? #217

Closed undercloud closed 7 years ago

undercloud commented 7 years ago
<ul>
  <rt-virtual rt-repeat="n in [1,2,3]">
    <li>{n}</li>
    <li>{n*2}</li>
  </virtual>
</ul>

Is valid?

<rt-virtual></virtual>
nippur72 commented 7 years ago

no it's a typo, the closing tag should be </rt-virtual>

nippur72 commented 7 years ago

and btw there a pull request for it 😄