vendure-ecommerce/vendure

registerPageTab does not render component when location is order-list

Closed this issue · 1 comments

Describe the bug
Following the Page Tab rendering guide, custom component cannot be rendered under location order-list.
demo_vendure

To Reproduce
Steps to reproduce the behavior:

  1. Download minimal reproduction of issue: https://github.com/kkerti/vendure-tab-creation-issue
  2. Go to /admin/orders
  3. Click on "Greeting" page tab
  4. The Hello! text is not visible
  5. 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.

Solved by merging #3187