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
A clear and concise description of what the bug is. (provide screenshots if applicable)
When using the latest version of @janus-idp/backstage-plugin-kiali (version 1.8.1 at the timeI noticed that thepackage.jsondefines aconfig.d.tshowever the module bundle does not declare aconfig.d.ts`.
This causes a very hard to resolve error where any parsed plugin after kiali will report an error that their config is not defined.
If you look in the plugin's package.json you will find the following:
Looking at the backstage docs, config.d.ts should also be defined in files. Additionally a config.d.ts is not defined in the resulting plugin bundle ./node_modules/@janus-idp/backstage-plugin-kiali/config.d.ts
Expected Behavior
The plugin should either define a configuration schema or remove the declared configuration from it's package.json.
What are the steps to reproduce this bug?
Install @janus-idp/backstage-plugin-kiali
yarn start in the root of your backstage project
Observe the following errors:
File "../../node_modules/@janus-idp/backstage-plugin-kiali/config.d.ts" not found.
The file is in the program because:
Root file specified for compilation
Describe the bug
A clear and concise description of what the bug is. (provide screenshots if applicable)
When using the latest version of
@janus-idp/backstage-plugin-kiali
(version1.8.1
at the timeI noticed that the
package.jsondefines a
config.d.tshowever the module bundle does not declare a
config.d.ts`.This causes a very hard to resolve error where any parsed plugin after kiali will report an error that their config is not defined.
If you look in the plugin's
package.json
you will find the following:Looking at the backstage docs,
config.d.ts
should also be defined infiles
. Additionally aconfig.d.ts
is not defined in the resulting plugin bundle./node_modules/@janus-idp/backstage-plugin-kiali/config.d.ts
Expected Behavior
The plugin should either define a configuration schema or remove the declared configuration from it's
package.json
.What are the steps to reproduce this bug?
@janus-idp/backstage-plugin-kiali
yarn start
in the root of your backstage projectVersions of software used and environment
packag.json:
The text was updated successfully, but these errors were encountered: