Skip to content

feat: added the possibility to merge search params into useNavigationList, enabling breadcrumb to navigate with parameters shared between routes #10

feat: added the possibility to merge search params into useNavigationList, enabling breadcrumb to navigate with parameters shared between routes

feat: added the possibility to merge search params into useNavigationList, enabling breadcrumb to navigate with parameters shared between routes #10

Workflow file for this run

name: Check Branch
on: pull_request
jobs:
check-branch:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: node -v
- run: sudo corepack enable
- run: pnpm install
- run: pnpm check-branch