@thecb/components 8.3.1-beta.6 → 8.3.1-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js
CHANGED
|
@@ -21536,7 +21536,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
|
|
|
21536
21536
|
newTab = _ref2.newTab,
|
|
21537
21537
|
dataQa = _ref2.dataQa,
|
|
21538
21538
|
extraStyles = _ref2.extraStyles;
|
|
21539
|
-
var match = reactRouterDom.useMatch();
|
|
21539
|
+
var match = reactRouterDom.useMatch(url);
|
|
21540
21540
|
console.log("🚀 ~ file: ButtonWithLink.js:32 ~ match:", match);
|
|
21541
21541
|
|
|
21542
21542
|
if (disabled) {
|