You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I'm getting an error in my compatibility check workflow that is not part of my project:
1) Changed `PanelPlugin.setPanelOptions` used in `src/module.ts:267`
Parameter type changed:
+ Added - Removed
-declare type PanelOptionsSupplier<TOptions> = (builder: PanelOptionsEditorBuilder<TOptions>, context: StandardEditorContext<TOptions>) => void;
+type PanelOptionsSupplier<TOptions> = (builder: PanelOptionsEditorBuilder<TOptions>, context: StandardEditorContext<TOptions>) => void;
First of all, my module.ts file is only 266 lines, and I also searched for "PanelOptionsSupplier" and it is not anywhere in my file. I also found a GitHub issue that may be loosely related. Other than that, I'm stuck. Can someone help me track this down please?
The text was updated successfully, but these errors were encountered:
Ref: https://community.grafana.com/t/compatibility-check-finds-something-that-doesnt-exist-in-my-project/111182
Hi all, I'm getting an error in my compatibility check workflow that is not part of my project:
First of all, my
module.ts
file is only 266 lines, and I also searched for "PanelOptionsSupplier" and it is not anywhere in my file. I also found a GitHub issue that may be loosely related. Other than that, I'm stuck. Can someone help me track this down please?The text was updated successfully, but these errors were encountered: