use-react-router-breadcrumbs
use-react-router-breadcrumbs copied to clipboard
tiny, flexible, hook for rendering route breadcrumbs with react-router v6
Hi, this solution worked for me for generating the routes with breadcrumbs, but I'm not able to pass custom props. ``` Type '{ path: string; breadcrumb: any; element: Element; props:...
Well I wish to use as default formatting not a `` object but rather a `` (from material ui) component that has a specific calculation like: ```` const BreadCrumbDefault =...
Hey there! 👋 I'm wondering why `react-router` is set as peer dependency and not `react-router-dom`, which is [officially recommended](https://reactrouter.com/docs/en/v6/getting-started/installation#basic-installation)? I'm asking only out of curiosity, because I got this warning:...
If I understood correctly, I should be able to use my top level routes (app routes) as a param for the hook and correctly get **all** app breadcrumbs according to...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) to 1.15.2 and updates ancestor dependency [rollup-plugin-size](https://github.com/luwes/rollup-plugin-size). These dependencies need to be updated together. Updates `follow-redirects` from 1.5.10 to 1.15.2 Commits 9655237 Release version 1.15.2 of the npm...
Bumps [axios](https://github.com/axios/axios) to 1.4.0 and updates ancestor dependency [rollup-plugin-size](https://github.com/luwes/rollup-plugin-size). These dependencies need to be updated together. Updates `axios` from 0.19.2 to 1.4.0 Release notes Sourced from axios's releases. Release v1.4.0...
Issue: type override cannot use union type, it will not work. Solution: using Omit to delete original children first then do union type.
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load). These dependencies need to be updated together. Removes `yaml` Updates `@commitlint/load` from 17.1.2 to 17.5.0 Release notes Sourced from...