backstage version bump is not possible - createCardExtension should be imported from @backstage/plugin-home-react
Closed this issue · 3 comments
jillesmc commented
Hi @drodil.
It seems that now createCardExtension
should be imported from @backstage/plugin-home-react
instead of @backstage/plugin-home
This issue is this as it's impacting the ability to upgrade to the latest version of Backstage.
This line
Should be changed to
import { createCardExtension } from '@backstage/plugin-home-react';
Just like you did in the qeta plugin
You can see similar and related issues across other repositories
drodil commented
True, have to get this fixed.