@rileybathurst/paddle 0.0.66 → 0.0.67

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rileybathurst/paddle",
3
3
  "private": false,
4
- "version": "0.0.66",
4
+ "version": "0.0.67",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
package/src/PaddleSEO.tsx CHANGED
@@ -12,7 +12,12 @@ interface BreadcrumbsTypes {
12
12
  function Breadcrumbs(breadcrumbs: BreadcrumbsTypes) {
13
13
 
14
14
  // TODO: testing
15
- if (!breadcrumbs) return null;
15
+ if (!breadcrumbs) {
16
+ console.error('🦖');
17
+ return null;
18
+ }
19
+
20
+ console.log('🦊');
16
21
 
17
22
  // remove the breadcrumbs.url from the Object.entries
18
23
  // console.log(breadcrumbs.url);