We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90ecea commit 92ba9b7Copy full SHA for 92ba9b7
src/components/Breadcrumbs.tsx
@@ -28,7 +28,6 @@ interface BreadcrumbsProps {
28
* @param path A single string path, an array of string parts or and array of CrumbData parts
29
*/
30
export function getCrumbs(path: string | string[] | CrumbData[]): CrumbData[] {
31
- console.log(typeof path);
32
if (typeof path === "string") {
33
path = path.split("/");
34
}
0 commit comments