Closed piyush94 closed 3 months ago
I think we just need to bump the dependencies. Hopefully #160 should fix this.
Yes, I suspect the same. I am waiting for the new NPM package to be released.
Packages for 1.30 has been published!
Thanks! @anicke. It's working now.
import("/Backstage/POC_Backstage/node_modules/@axis-backstage/plugin-jira-dashboard-backend/dist/index")>' is not assignable to parameter of type 'BackendFeature | Promise<{ default: BackendFeature; }>'. Type 'Promise<typeof import("/Backstage/POC_Backstage/node_modules/@axis-backstage/plugin-jira-dashboard-backend/dist/index")>' is not assignable to type 'Promise<{ default: BackendFeature; }>'. Type 'typeof import("/Backstage/POC_Backstage/node_modules/@axis-backstage/plugin-jira-dashboard-backend/dist/index")' is not assignable to type '{ default: BackendFeature; }'. Types of property 'default' are incompatible. Type '() => BackendFeature' is not assignable to type 'BackendFeature'.
[7m68[0m backend.add(import('@axis-backstage/plugin-jira-dashboard-backend'));
package.json:
"@axis-backstage/plugin-jira-dashboard-backend": "^2.4.0"