ManuelDeLeon / viewmodel-react

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

Defer bindings don't work with Inferno #29

Open antoninadert opened 7 years ago

antoninadert commented 7 years ago

use of a Defer binding will not defer.

Instead the component will never appear into view

example <Big b="defer:true" /> will not display

antoninadert commented 6 years ago

Any news on this ?

ManuelDeLeon commented 6 years ago

Not yet, I was swamped this week with another project. I will work on VM this week.

On Sep 18, 2017 2:47 AM, "Antonin Adert" notifications@github.com wrote:

Any news on this ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ManuelDeLeon/viewmodel-react/issues/29#issuecomment-330160519, or mute the thread https://github.com/notifications/unsubscribe-auth/AED31hBA5TJYBpe56-r19M9GRQUwBIQTks5sji4hgaJpZM4PPvRi .

antoninadert commented 6 years ago

I tried to look in your code but I have no clue what could cause this.