Hey,
I have a working StreamLayer in my project (v4.27).
After the 4.28 I have start to receive errors, the errors are being logged when the layer is created and when I zoom in and out.
I'm attaching a code pen with some StreamLayer example that have the same issue:
https://codepen.io/Or-Ahlagi/pen/eYxJXPZ
Please review,
Thanks!
Solved! Go to Solution.
Hi there,
The error is a benign error. This error will be removed and the fix will be available on production (4.28) on Nov 1st.
I’m going to guess this is because of the changes to removing of the __esri namespace in 4.28. StreamLayer was one of the components I needed to touchTaking a closer look, this is definitely occuring in my own application, it seems like the tile loading process is too eagerly trying to abort previous operations. In practice, I can't tell if this is affecting the view and how it loads yet.
Thank you for reporting this issue. We are looking into it.
Hi there,
The error is a benign error. This error will be removed and the fix will be available on production (4.28) on Nov 1st.