ylem icon indicating copy to clipboard operation
ylem copied to clipboard

Infinite rerender caused by nested components rendered from an ObserveArray

Open imaustink opened this issue 7 years ago • 2 comments

There seems to be a problem when rendering nested React components from a can-observe array when updated asynchronously.

Failing test here: https://github.com/bitovi/ylem/pull/159/

See comments in the test for more potentially useful details.

imaustink avatar Jun 07 '18 06:06 imaustink

@BigAB @christopherjbaker @DesignByOnyx @justinbmeyer thanks for helping me track this down and find a workaround, fellas.

imaustink avatar Jun 07 '18 07:06 imaustink

This is fixed due to #165 and #151, but I have been having some trouble re-creating it reliably, so I am waiting for @imaustink's assistance before I mark it as closed.

christopherjbaker avatar Jun 21 '18 02:06 christopherjbaker