The Feature Component of the Map Components is creating an unexpected DOM event when closing it. I would expect the component to be hidden in the DOM, but instead it gets completely removed from the DOM. You can also see this in the component demo. Then when clicking on the map again, the component is gone and the query can't be executed and the following error is returned.
Is this the expected behaviour?
Solved! Go to Solution.
Looks like this is fixed in the upcoming 4.34 release. Thanks!
If you need to handle this in the 4.33 release, you can add `auto-destroy-disabled` attribute to the component.
Looks like this is fixed in the upcoming 4.34 release. Thanks!
If you need to handle this in the 4.33 release, you can add `auto-destroy-disabled` attribute to the component.