I've consistently gotten this same error in several real-world scenarios using Yolk with JSX, but I have not been able to reproduce them using the current Yolk test approach. This is the best I can do to report the problem. I'm sorry I don't have a failing spec.
The problem occurs when lists of elements that are rendered as JSX children are added and removed, as in a type-ahead search with a results list.
I've consistently gotten this same error in several real-world scenarios using Yolk with JSX, but I have not been able to reproduce them using the current Yolk test approach. This is the best I can do to report the problem. I'm sorry I don't have a failing spec.
The problem occurs when lists of elements that are rendered as JSX children are added and removed, as in a type-ahead search with a results list.
I created an example project that shows the problem in action: https://github.com/geekytime/yolk-jsx-problem
I have documented a naive fix for the problem, but, not being a Yolk developer, it's hard for me to know what the implications are of the change.
I opened this issue to discuss the problem, and to seek guidance in my search for potential solutions.