Altinn / app-frontend-react

Altinn application React frontend
BSD 3-Clause "New" or "Revised" License
16 stars 24 forks source link

Repeating group, row deletion, dropdown: ResizeObserver loop completed with undelivered notifications. #2010

Open Magnusrm opened 1 month ago

Magnusrm commented 1 month ago

Description of the bug

When deleting a row while another row is open for editing in the "pet" repeating group in our test-app, we get the error: "ResizeObserver loop completed with undelivered notifications." I have not looked deeply into this, but i know we have had issues before with this error message appearing for the comboboxes when they change size. This repeating group contains comboboxes, so that might be worth looking into.

If relevant, fix for ResizeObserver error in DS: https://github.com/digdir/designsystemet/pull/1594

Steps To Reproduce

  1. Open the app "frontend-test" and go to the repeating group page "kjæledyr". Screen Recording 2024-04-10 at 08 27 08

Additional Information

No response