Open ybnd opened 7 months ago
A fun way to tackle this problem could be to
This could be best-of-both worlds in the sense that
import()
callsIf this seems like an interesting way to go: I've got a very early proof-of-concept that I could expand on to demonstrate
Describe the bug In #2750 some entry component decorators were replaced with static maps, e.g.
rendersMenuItemForType
andrendersBrowseBy
.There are still a few problems that should be addressed:
rendersBrowseBy
looks broken, as it uses the new static map and the old dynamic map constants interchangeablycustom
theme versions of these components are not included in the mapping, so they will never be visible in the UIrendersBrowseBy
is very difficult to read