ManuelDeLeon / viewmodel-react

Create your React components with view models.
MIT License
24 stars 3 forks source link

If binding cannot work with defer binding #27

Open antoninadert opened 7 years ago

antoninadert commented 7 years ago

I have a simple component with this render() :

      <ul b="if: isTrue, defer:true" >
        <li b="repeat: fakeAds, style: {font-size:18px;}">
          <span b="text: repeatObject.title + ' ' +repeatObject.description"></span>
        </li>
      </ul>

isTrue is always true so it should work, but I keep getting an error and it is very similar to the issue #25