behrenle / Math-Explorer

MathExplorer is a calculator web application.
3 stars 0 forks source link

Document mode: destroyed compontent state after previous cell deletion #51

Closed behrenle closed 3 years ago

behrenle commented 3 years ago

the internal state of a text cell gets destroyed if the previous cell is deleted. probably caused by a useState hook that is not synchronized with the redux state after cell update dispatch

behrenle commented 3 years ago

use uuids as key props instead of array indexes => prevent useState shifting