Handle reads during queue execution
Issue: #194
There was a problem with a two-way binding where the parent was undefined
and the child had a value:
<my-child childValue:bind="parentValue"/>
A semaphore warning was being produced.
Issue: #194
There was a problem with a two-way binding where the parent was undefined
and the child had a value:
<my-child childValue:bind="parentValue"/>
A semaphore warning was being produced.