grafana / grafana-iot-twinmaker-app

AWS IoT TwinMaker Application Plugin for Grafana
Apache License 2.0
19 stars 12 forks source link

fix(scene-viewer): loading scene in AMG #259

Closed mukeshsahay closed 9 months ago

mukeshsahay commented 9 months ago

What this PR does / why we need it: The changes included in this PR is to set the versions of a few NPM packages to a specific target. There is problem running React 18 based plug-in on the Grafana version < 10 (which are React 17 based). Due to this, scene does not loads in the scene viewer panel. This is a major problem for AMG as it runs Grafana version < 10.

Special notes for your reviewer: This change was there when we first released the React 18 version of the plug-in but was overwritten unintentionally.