drodil/backstage-plugin-toolbox

backstage version bump is not possible - createCardExtension should be imported from @backstage/plugin-home-react

Closed this issue · 3 comments

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

import { createCardExtension } from '@backstage/plugin-home';

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.

drodil commented

Fixed in 4d934a7 and will publish new version soonish

drodil commented

Published version 1.11.5 with the fix. Thanks again for reporting @jillesmc ! Closing this issue now.