@mohasinac/appkit 2.8.10 → 3.0.0
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/features/server-errors/repository/server-errors.repository.js +0 -2
- package/dist/features/stores/components/StoreGuideHubView.js +1 -1
- package/dist/next/api/routeHandler.js +0 -2
- package/dist/styles.css +1 -1
- package/dist/tailwind-utilities.css +1 -1
- package/dist/ui/components/Button.js +0 -1
- package/package.json +1 -1
|
@@ -142,7 +142,6 @@ export function Button({ variant, size = "md", className = "", isLoading = false
|
|
|
142
142
|
return;
|
|
143
143
|
}
|
|
144
144
|
// No toast provider mounted — let the error bubble.
|
|
145
|
-
// eslint-disable-next-line no-console
|
|
146
145
|
console.error("[Button] unhandled async onClick rejection", err);
|
|
147
146
|
});
|
|
148
147
|
}
|