diff --git a/panel/components/inspected-app/inspected-app.js b/panel/components/inspected-app/inspected-app.js index 3347da5..3d84660 100644 --- a/panel/components/inspected-app/inspected-app.js +++ b/panel/components/inspected-app/inspected-app.js @@ -28,7 +28,7 @@ function inspectedAppService($rootScope) { $rootScope.$applyAsync(function () { if (msg === 'refresh') { onRefreshMessage(); - } else { + } else if (typeof msg === 'string') { var hint = JSON.parse(msg); onHintMessage(hint); }