I am seeing an AbortError when calling `destroy()` on a GeoJSONLayer immediately after changing its definitionExpression to remove all features from view. The error does not appear to affect the functionality but it is unexpected. I am guessing the definitionExpression change triggers an async function that gets called after the layer is destroyed.
Here is an example of the error (open dev tools to see the error):
https://codepen.io/coxfsi/pen/abKeNva?editors=1000
Can we safely ignore this error, since it gives no details on what the actual problem can be?