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
I tried build grafana-app-plugin but a problem has arisen..
I don't know reason. Judging from the code, I think it's right.
I use this commands
yarn install
yarn dev
[tsl] ERROR in C:\Source\simple-app-plugin\src\module.ts(9,3)
TS2322: Type 'typeof ExamplePage2' is not assignable to type 'ComponentClass<PluginConfigPageProps<GrafanaPlugin<PluginMeta<KeyValue>>>, any>'.
Types of parameters 'props' and 'props' are incompatible.
Type 'PluginConfigPageProps<GrafanaPlugin<PluginMeta<KeyValue>>>' is not assignable to type 'Props'.
Types of property 'plugin' are incompatible.
Type 'GrafanaPlugin<PluginMeta<KeyValue>>' is missing the following properties from type 'AppPlugin': init, setRootPage, setComponentsFromLegacyExports
Hello.
I tried build grafana-app-plugin but a problem has arisen..
I don't know reason. Judging from the code, I think it's right.
I use this commands
yarn install
yarn dev
[tsl] ERROR in C:\Source\simple-app-plugin\src\module.ts(9,3)
TS2322: Type 'typeof ExamplePage2' is not assignable to type 'ComponentClass<PluginConfigPageProps<GrafanaPlugin<PluginMeta<KeyValue>>>, any>'.
Types of parameters 'props' and 'props' are incompatible.
Type 'PluginConfigPageProps<GrafanaPlugin<PluginMeta<KeyValue>>>' is not assignable to type 'Props'.
Types of property 'plugin' are incompatible.
Type 'GrafanaPlugin<PluginMeta<KeyValue>>' is missing the following properties from type 'AppPlugin': init, setRootPage, setComponentsFromLegacyExports
I would appreciate your help.