[BUG] Deleting a view parameter does not remove it from the sync params operation

As the title describes, if you delete a parameter from a view and then sync params on an embedded view, the embedded view will get the non existent parameter. It shouldn’t cause an issue but it may make a developer paranoid.

1 Like

Did you save after deleting the property? I would expect the embedding component to use whatever state was last saved.

Yeah I saved. Still the same result.