Duplicate paragraph item get created when created through Frontend Editing
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3551933. --> Reported by: [junaidpv](https://www.drupal.org/user/255728) Related to !127 >>> <p>I found that the paragraph item we add with the Frontend editing actually created two copies of that paragraph entity.</p> <p>I could reproduce this issue on a fresh standard drupal installation with just frontend editing and its dependencies installed.</p> <p>Create a paragraph field on a content type and create a content. Then add a paragraph item with frontend editing UI.</p> <p>Inspect tables <code>paragraphs_item</code> and <code>paragraphs_item_field_data</code>. We can see it creates two paragraph items in db for each we adding of a paragraph item in UI.</p>
issue