I'm having an issue with getting table cell react component to work. I'm using the community LinkTableCellComponent as a guide. when I try to use it with AddComponentColumn the listing page throws We have encountered an unexpected error.
on the page.
PageConfiguration.ColumnConfigurations.AddComponentColumn(
nameof(BioInfo.BioName),
"@project/web-admin/ImageCell",
caption: "This",
modelRetriever: GetHeadShot,
sortable: false);
It seems like the component is not being registered. For the LinkTableCellComponent I could not find anywhere in the code where that is being registered either and the LinkTableCellComponent is being referenced with @kentico-community/portal-web-admin/Link
https://github.com/Kentico/community-portal/blob/c04e241ad726754ec89900db7bfa89e72[…]y.Portal.Admin/Client/src/components/LinkTableCellComponent.tsx
When I bring up chrome devtools I don't see the component in the scripts tab like it's not loading.
I have other custom admin form components that I am using so my admin environment should not be the issue.
Environment
Xperience by Kentico version: [30.5.3]
.NET version: [8]
Execution environment: [local/Azure)]