Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility check finds something that doesn’t exist in my project #380

Closed
6nv opened this issue Jan 3, 2024 · 1 comment · Fixed by #433
Closed

Compatibility check finds something that doesn’t exist in my project #380

6nv opened this issue Jan 3, 2024 · 1 comment · Fixed by #433
Assignees

Comments

@6nv
Copy link

6nv commented Jan 3, 2024

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:

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?

@sympatheticmoose
Copy link

@academo was there any update to this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants