Closed timkindberg closed 9 years ago
If we have:
<component prop="someText"> <component bind-prop="someExpression">
That will throw the error "Not allowed to use prop and bind-prop simultaneously" even though they are used on different instances. This was unintentionally added.
fixed by your pr no?
Yup
If we have:
That will throw the error "Not allowed to use prop and bind-prop simultaneously" even though they are used on different instances. This was unintentionally added.