react-router-breadcrumbs-hoc
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -23,3 +23,3 @@ 'use strict'; | ||
if (typeof breadcrumb === 'function') { | ||
return breadcrumb({ match: match }); | ||
return (0, _react.createElement)(breadcrumb, { match: match }); | ||
} | ||
@@ -26,0 +26,0 @@ return breadcrumb; |
{ | ||
"name": "react-router-breadcrumbs-hoc", | ||
"version": "1.0.6", | ||
"description": "Dynamic, flexible, component-based breadcrumbs for react-router 4", | ||
"version": "1.0.7", | ||
"description": "Just a tiny, flexible, higher order component for rendering breadcrumbs with react-router 4.x", | ||
"repository": "icd2k3/react-router-breadcrumbs-hoc", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
435825