According to https://developer.mozilla.org/en-US/...cts/Array/find, "If no values satisfy the testing function, undefined is returned." However, in Array.js, the extended version of find returns null. When using SmartClient with Angular, this causes Angular routing to throw an exception because it's explicitly checking for undefined rather than null.
Version v13.0p_2024-07-15/LGPL Deployment (2024-07-15)
Version v13.0p_2024-07-15/LGPL Deployment (2024-07-15)
Comment