We are currently utilizing the JS API Search widget in an application for a variety of navigations. Some of them are locators, and some of them are feature layers. We also have been using MVC pass-throughs for a few feature layers, in order to add some additional logic, such as making street intersection searches more intuitive. While upgrading from version 4.18 to 4.20 of the JS API, these errors started showing up during suggest queries, but do not cause issues outside of the Chrome console. This was not an issue with version 4.18, which we currently are using in production.
Logger.js:7 [esri.widgets.Search.SearchViewModel] TypeError: Cannot read properties of undefined (reading 'featureResult')
at Object.e.parsePBFFeatureQuery (pbfQueryUtils.js:4)
at Object.<anonymous> (query.js:8)
at Generator.next (<anonymous>)
at x (_rollupPluginBabelHelpers.js:7)
at e (_rollupPluginBabelHelpers.js:11)
Are there any workarounds to eliminate such errors?