We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea902c commit 761281bCopy full SHA for 761281b
reacton/core.py
@@ -2048,12 +2048,12 @@ def reconsolidate_children():
2048
raise
2049
finally:
2050
# this marks the work as 'done'
2051
+ # move from _elemens_next to _elements
2052
context.elements[key] = context.elements_next.pop(key)
2053
2054
if el_prev in self._shared_elements:
2055
self._shared_elements.remove(el_prev)
2056
- # move from _elemens_next to _elements
2057
if el.is_shared:
2058
assert el not in self._shared_elements
2059
self._shared_elements.add(el)
0 commit comments