I have a web map displayed on our website that performs queries and returns the results as graphics on the map. Currently, when you first go to the website, the map and all of the different sections load and display fine. However, as soon as you select an option in our "Search by" widget, the map goes blank and nothing is displayed. The queries are working fine because the data that should be shown on the map is showing up in the dgrid just below the map. If you select a record from the table below, it will zoom to the correct location and the map loads, but the symbology for the feature does not. We were running 4.24 with a dgrid (4.17) and I thought that may have been the issue so I changed it to 4.28 but that did not corrected the problem - it only threw a ton of dojo errors. Nothing else in the code had changed in quite a few months. Nothing is returned in the console, so I am not quite sure what is going on?
Any suggestions or help?
Map can be found here: https://www.misin.msu.edu/mapviewer/
current setup:
<link rel="stylesheet" href="https://js.arcgis.com/4.24/esri/themes/light/main.css">
<script src="https://js.arcgis.com/4.24/"></script>
<script type="module" src="https://unpkg.com/@esri/calcite-components@1.0.0-next.280/dist/calcite/calcite.esm.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@esri/calcite-components@1.0.0-next.280/dist/calcite/calcite.css">
<link rel="stylesheet" href="https://js.arcgis.com/4.17/dgrid/css/dgrid.css">