viewstools / morph

Views Tools morpher
1 stars 0 forks source link

fix: reference expanded props from animation scoped conditions #277

Closed alex-vladut closed 2 years ago

alex-vladut commented 2 years ago

Sometimes I found that for animations it was referencing the props through e.g. props.isInvalid instead of directly referencing the expanded prop so it results in an error as props is not defined.