Open O5ten opened 1 day ago
Are you using the "homepage" component only and not adding anything to the "EntityPage"?
Exactly. I'm not using the entity component at all.
In that case you have to register the "api" manually, something like this from the statuspage plugin.
But that's not possible at the moment with the Jira plugin since that does not export the "JiraClient". I can create a review later today to export what's needed.
// packages/app/src/apis.ts:
createApiFactory({
api: statuspageApiRef,
deps: {
discoveryApi: discoveryApiRef,
fetchApi: fetchApiRef,
},
factory: ({ discoveryApi, fetchApi }) =>
new StatuspageClient({ discoveryApi, fetchApi }),
}),```
Sounds good, this should really be in the docs. :)
Also i suppose these are the exports you are referring to.
1.13.4 has been published!
I'll giv eit a go tomorrow! :)
Describe the bug
I'm met with an error when trying to run the latest and greatest of the jira-dashboard and put the homepage component on the landing page.
To reproduce
Just followed the guide to set up the plugin and its backend. For me i got versions 1.13.3 for frontend and 4.0.2 for backend. I did not add anything to adapt to the new frontend system because i don't use it.
Screenshots
Environment