isolating nested children

Am noticing that setting isolate on a parent doesn’t necessarily isolate the children - is that expected?

Nope, it is not expected. If you have “isolate” attribute on top level view - all childs views must be part of this isolated block.

If you can repeat wrong behavior - please share a code snippet or demo link.

I think the problem was on my end.
There are two parents, both have different instances of the same child view.
I had only one parent isolated, but not the other.
The problem resolved when I isolated the second parent.
Nevertheless, I’d have thought that isolating one parent would be good enough, no?
Dave

You are right - isolating only one must be enough.

Anyway, if issue is still actual - please share the used code.