Hi All,
Our front-end project with ArcGIS Maps SDK for JavaScript 4.18 worked well on Chrome before it upgraded to 128.0.6613.85. After Chrome was upgraded this morning, we got many console errors when opening a map with some graphic layers.

After some research, we found it was related to setUniform4fv() method in the Programs.js file. When the "c" is "u_sigmas", "b" comes with [underfinded, undefined, undefined, undefined ]

We can get the same error from the sample code after changing the API to 4.18.
SOandbox | Sample Code | ArcGIS Maps SDK for JavaScript 4.30 | Esri Developer

Other Browers don't have this issue. After upgrading this API to 4.30 Chrome v128.0.6613.85 got rid of this error too, We also found the same method on API 4.30 gets a null check for "c".

Is there any idea why upgrading Chrome to 128.0.6613.85 will get this error?