I am trying to implement bulk edit feature on FeatureTable using @arcgis/core-4.24.7, i.e. editing on one field will apply the same edit on other selected rows.. However, I am facing some inconsistent updates after a few edits later. You can view such inconsistency around 00:29 mark from the following video, where heights was updated from 10 to 5, decks should stay at 8 but instead get reverted back to 9.

The code can be downloaded from the GitHub repo here: https://github.com/chunkangwong/arcgis-featureTable-bulk-edit, along with installation instruction. You may follow the steps as shown in the video.