Logs panel: do not pass default handlers if context is not defined (#89174)

This commit is contained in:
Matias Chomicki
2024-06-13 18:56:50 +02:00
committed by GitHub
parent 3853f90528
commit 6a125fd59f
3 changed files with 56 additions and 4 deletions

View File

@@ -7124,6 +7124,9 @@ exports[`better eslint`] = {
[0, 0, 0, "Styles should be written using objects.", "6"],
[0, 0, 0, "Styles should be written using objects.", "7"]
],
"public/app/plugins/panel/logs/LogsPanel.test.tsx:5381": [
[0, 0, 0, "* import is invalid because \'Layout,HorizontalGroup,VerticalGroup\' from \'@grafana/ui\' is restricted from being used by a pattern. Use Stack component instead.", "0"]
],
"public/app/plugins/panel/logs/types.ts:5381": [
[0, 0, 0, "Do not re-export imported variable (\`./panelcfg.gen\`)", "0"]
],