registerPageTab does not render component when location is order-list
Closed this issue · 1 comments
kkerti commented
Describe the bug
Following the Page Tab rendering guide, custom component cannot be rendered under location order-list
.
To Reproduce
Steps to reproduce the behavior:
- Download minimal reproduction of issue: https://github.com/kkerti/vendure-tab-creation-issue
- Go to
/admin/orders
- Click on "Greeting" page tab
- The Hello! text is not visible
- Refresh the page on url
/admin/orders/greeter
, header Order disappears
Expected behavior
The custom component should be visible correctly on the page tab route.
Environment:
- @vendure/core version: 3.0.5
- Nodejs version: v21.7.3
- Database (mysql/postgres etc): 16-alpine
Additional context
Similar issue was mentioned under #2220, could not reproduce that one.