Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| js.hcaptcha.com/1/api.js?render=explicit | 300.0 s | 86.1 KiB |
| us-assets.i.posthog.com/static/array.js | 300.0 s | 69.1 KiB |
| us-assets.i.posthog.com/static/posthog-recorder.js?v=1.372.10 | 14400.0 s | 51.4 KiB |
| us-assets.i.posthog.com/static/surveys.js?v=1.372.10 | 300.0 s | 33.4 KiB |
| us-assets.i.posthog.com/static/dead-clicks-autocapture.js?v=1.372.10 | 14400.0 s | 5.1 KiB |
| /array/phc_XXywZf7oc34Nl7m7rMKKSCh7wTLqoAVQQwNe9KYz2qb/co... | 300.0 s | 871 B |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Pinewood Pro Logo div.flex > div.flex > a.hover:text-brand-yellow > img.h-10 | cdn.shopify.com/s/files/1/0646/2980/1025/files/PWP-Logo-rounded.png?v=1747404627 | 233.5 KiB | 233.3 KiB |
Brick Derby Logo div.container > div.grid > div.space-y-6 > img.max-w-full | cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo.png?v=1745347096 | 50.6 KiB | 37.5 KiB |
Chassis to Full Build Transformation div.relative > div.max-w-7xl > div.md:w-1/2 > img.w-full | /s/files/1/0646/2980/1025/files/Chassis-to-Full-Build.png... | 67.7 KiB | 33.7 KiB |
Brick Derby cars racing banner div > div.relative > div.relative > img.h-full | www.brickderby.com/campaign/brick-derby-sizzle-poster.jpg | 108.3 KiB | 31.9 KiB |
Brick Derby div.container > div.hidden > a.heading-style > img.mx-auto | cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo-cars.png?v=1745787365 | 13.7 KiB | 11.9 KiB |
Yellow Arrow div.max-w-7xl > div.w-full > div.flex > img.w-8 | /s/files/1/0646/2980/1025/files/Yellow-Arrow-Right.png?v=... | 5.0 KiB | 4.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| brickderby.com/ | 862 ms |
| www.brickderby.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| chromewebdata/ | 55.4 KiB | 39.7 KiB |
| us-assets.i.posthog.com/static/array.js | 68.7 KiB | 36.6 KiB |
| js.hcaptcha.com/1/api.js?render=explicit | 85.4 KiB | 29.7 KiB |
| us-assets.i.posthog.com/static/surveys.js?v=1.372.10 | 33.4 KiB | 26.9 KiB |
| /oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... | 74.0 KiB | 26.9 KiB |
| us-assets.i.posthog.com/static/posthog-recorder.js?v=1.372.10 | 51.3 KiB | 20.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| Unattributable | 1.5 s | 40 ms | 0.0 ms |
| /oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... | 1.2 s | 1.1 s | 1.0 ms |
| www.brickderby.com/ | 793 ms | 37 ms | 6.0 ms |
| us-assets.i.posthog.com/static/array.js | 401 ms | 367 ms | 20 ms |
| js.hcaptcha.com/1/api.js?render=explicit | 291 ms | 250 ms | 32 ms |
| us-assets.i.posthog.com/static/posthog-recorder.js?v=1.372.10 | 251 ms | 236 ms | 11 ms |
| chromewebdata/ | 74 ms | 25 ms | 23 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.1 s |
| Other | 1.8 s |
| Style & Layout | 393 ms |
| Rendering | 127 ms |
| Script Parsing & Compilation | 117 ms |
| Garbage Collection | 58 ms |
| Parse HTML & CSS | 51 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| SharedWorkerWithNoActiveClient | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| inline: // Copyright 2022 The Chromium Authors … | 55.4 KiB | 21.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Pinewood Pro Logo div.flex > div.flex > a.hover:text-brand-yellow > img.h-10 | cdn.shopify.com/s/files/1/0646/2980/1025/files/PWP-Logo-rounded.png?v=1747404627 |
Two brick chassis div.flex > div.md:w-1/2 > div.relative > img.w-full | cdn.shopify.com/s/files/1/0646/2980/1025/files/Two-Chassis.png?v=1745492337 |
Brick Derby Logo div.container > div.grid > div.space-y-6 > img.max-w-full | cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo.png?v=1745347096 |
Chassis to Full Build Transformation div.relative > div.max-w-7xl > div.md:w-1/2 > img.w-full | /s/files/1/0646/2980/1025/files/Chassis-to-Full-Build.png... |
Brick Derby div.container > div.hidden > a.heading-style > img.mx-auto | cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo-cars.png?v=1745787365 |
Yellow Arrow div.max-w-7xl > div.w-full > div.flex > img.w-8 | /s/files/1/0646/2980/1025/files/Yellow-Arrow-Right.png?v=... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.flex > div.lg:hidden > button.p-2 div.container > div.flex > div.lg:hidden > button.p-2 |
div.flex > div.flex > nav.flex > button.relative div.flex > div.flex > nav.flex > button.relative |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.flex > div.flex > a.flex div.container > div.flex > div.flex > a.flex |
div.container > div.flex > div.flex > a.flex div.container > div.flex > div.flex > a.flex |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Brick Derby™ Chassis div.rounded-4xl > div.flex > div.flex > h4.font-bold |
NAVIGATION div.container > div.grid > div.space-y-6 > h4.text-2xl |
These are opportunities to improve keyboard navigation in your application.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Yellow arrow pointing down div.relative > div.bg-gradient-to-r > div.absolute > img.w-16 | /s/files/1/0646/2980/1025/files/Yellow-Arrow-Down.png?v=1... | 64 x 72 (0.89) | 173 x 235 (0.74) |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Fledge | js.hcaptcha.com/1/api.js?render=explicit line 3, col 47111 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Error: [h2:error:Analytics.Provider] - consent.checkoutDomain is required. Make sure PUBLIC_CHECKOUT_DOMAIN is defined in your environment variables. See https://h2o.fyi/analytics/consent to learn how to setup environment variables in the Shopify admin.
at Ie (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/index-BQdRp_0x.js:3:14322)
at Ft (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/index-BQdRp_0x.js:3:15910)
at ku (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:16994)
at Da (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:3139)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:44692)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at bm (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39627)
at Ai (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39481)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34581)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584) | |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Dd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:6914)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45693)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 139, col 486 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 21, col 4923 | Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Ra (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:22:4924)
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45490)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at ev (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39671)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34677)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
/oxygen-v2/42123/36368/76374/3523295/assets/components-Dr... line 23, col 45148 | Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at Qd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:45149)
at Vd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39699)
at bm (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39627)
at Ai (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:39481)
at Ba (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:35863)
at Hd (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:24:34814)
at _ (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1584)
at MessagePort.Y (https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js:9:1953) |
Framing 'https://app.chatwoot.com/' violates the following Content Security Policy directive: "frame-src 'self' https://hcaptcha.com https://*.hcaptcha.com". The request has been blocked.
|
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.