Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 24.7s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 29.1 MB (4.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/22b86054-2ffc-41c0-8930-18d1728a070a)<a href="https://beavercheck.com/results/22b86054-2ffc-41c0-8930-18d1728a070a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcostco.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcostco.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 24.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
$600 investment → $1.18/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1.18 /mo
~$14 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,514 / year if left unfixed
$157,500
+5 more
$1.18 /mo
14774.8 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
8.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
24.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
13.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.070
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.02 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
41.56 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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.
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.
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 | |
|---|---|---|---|
Thomasville Barston 4-piece Outdoor Patio Seating with Kick-out Foot Rests div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/9xgmqv4n7gkv8v6b68bj3j3z/4000283327-847__1?a... | 32.0 KiB | 15.3 KiB |
Gorilla Skyline Lookout Outdoor Swing Set -Professionally Installed div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/9bxjc77rzfmjckhvgpjns4g/4000349880-847__1?au... | 22.2 KiB | 5.5 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| costco.com/ | 751 ms |
| www.costco.com/ | 26.6 s |
| www.costco.com/ | 0.0 ms |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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.
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 | 33.8 s |
| Other | 4.8 s |
| Script Parsing & Compilation | 4.0 s |
| Style & Layout | 2.2 s |
| Parse HTML & CSS | 1.8 s |
| Garbage Collection | 1.1 s |
| Rendering | 1.0 s |
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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 17.7 KiB | 17.3 KiB |
| .mui-ty8jgw{border:0px solid;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0px; … } … | 17.7 KiB | 13.2 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 | |
|---|---|
Michelin. Installation package is included. Micheline defender2 tire. $80 OFF … div.MuiBox-root > div#image-container > div.MuiBox-root > img.MuiBox-root | /56O3HXZ9/at/tvbbp3v8qr5p29bsbrxvtn5w/m_26w07474_hero_apr... |
Some things are better in bulk. Vet bills aren't one of them. div.MuiBox-root > div#image-container > div.MuiBox-root > img.MuiBox-root | /56O3HXZ9/at/kj4vrgw9pj373bpn74srcjz/m_26w08315_homepage_... |
airpods max 2 listening remastered div.MuiBox-root > div#image-container > div.MuiBox-root > img.MuiBox-root | /56O3HXZ9/at/rjp9786hhh2p4pf3jgt3bm3/m_26w08173_cat_hero_... |
Costco Travel Alaska cruises div.MuiBox-root > div#image-container > div.MuiBox-root > img.MuiBox-root | /live/resource/img/Mobility2/20260413_Alaska_Cruises_Hero... |
citi card div.offer-benefits > div.benefits-col-card > div.benefit-card > img.img-responsive | cdn.bfldr.com/56O3HXZ9/at/q7j547vnmw4pjt2q2x6jr83f/25w02042_citi_card.png |
Sereen 6-piece Fabric Modular Sectional, Taupe div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/sjvk98mb6vxs69j6gw7xr8b9/4000366402-847__1?a... |
Henredon Murphy Fabric 6-piece Modular Sectional with Ottoman, Beige div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/5bjs4gnhrnst2f9b5x85g3fw/4000396252-847__1?a... |
HP OMEN 16 Slim Gaming Laptop - Intel Core Ultra 9 285H - GeForce RTX 5070 - 16… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/547prhxb4v3kvcgshqkhk7sn/4000373324-847__1?a... |
Huggies Plus Diapers Sizes 3 - 7 div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/jqq4rccrvfcfnmjqx6zkks/4000350943-847__1?aut... |
Agio Nicolet 4-piece Outdoor Patio Seating Set div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/8qcr9xcssmsmtvb7j3f3t3x/4000403873-847__1?au... |
Dyson Cyclone V10 Animal + Cordless Vacuum Cleaner div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/fs9xkf64rg8sj5mrxgf9kt/9900099-847__1?auto=w... |
Orgain, Micronized Creatine Monohydrate, Unflavored, 1.48lbs div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/44szrws8g56mm5stcvw9379q/4000373637-847__1?a... |
Greenworks 2x24V Mower, Trimmer, Blower Combo Kit with (4) 4ah Batteries div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/vx7wg5f98x2hq49wfnwnkbw/4000336038-847__1?au... |
SunVilla 13ft. Round 3-Tier Cantilever Umbrella div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/q3gsbq92hrtfbvkwc94994s/4000417255-847_tan_1... |
Bounty Advanced Paper Towels, 2-Ply, 103 Sheets, 12-count div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/r74wmrkvsmvzbvfgpz5kwh/4000346087-847__1?aut... |
Sealy Posturepedic Pro Highland Manor 13" Medium Mattress div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/n6qp8f4p7wr6fspktmt4m2v/4000363508-847__1?au... |
Lifetime Resin Outdoor 8' x 12.5' Storage Shed div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/at/77xn99pnfj7wwp4zcb3msgz/100425546-847__2.jpg... |
Sorara Mirador Pergola 8.8' x 14.4' div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/28cspsmcxpgp45vf4mgk4krc/4000307635-847__1?a... |
Acer Chromebook Plus 514 14” Touchscreen Laptop with Google AI – Intel Core 3 p… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/x5rb6jnx9pc65523mmhpp8/4000359679-847__1?aut... |
Carlin Fabric Power Reclining Sectional with Power Headrests div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/njgfvs7fjktxr8hqbhrpr55/4000344604-847__1?au... |
Dell All-in-One 24" Desktop - Intel Core 7 150U - FHD (1920 x 1080) Touch Displ… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/q97zh43qm8frgqjghw473/4000363783-847__1?auto... |
Avocado Organic 13" Medium-Plush Pillowtop Hybrid Mattress div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/wjm5gnsvgftwxsqrxqvkkq8n/4000420285-847__1?a... |
Thomasville Barston 4-piece Outdoor Patio Seating with Kick-out Foot Rests div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/9xgmqv4n7gkv8v6b68bj3j3z/4000283327-847__1?a... |
Round Brilliant 0.50 ctw VS2 Clarity, G Color Diamond 14kt White Gold Solitaire… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/rxk5bsqvp4gnfk85pffwv7/1794498-847__1?auto=w... |
Shark POWERDETECT Complete Performance Upright Vacuum with Powered Lift-Away div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/vgx6b2vgxsjqmjbqcvgxf8g/4000398166-847_brown... |
Veranda Classics Durham 6-piece Outdoor Patio Seating Set div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/xhkp8wv5nzc4bgh63csfp985/4000382875-847__1?a... |
Gorilla Skyline Lookout Outdoor Swing Set -Professionally Installed div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/9bxjc77rzfmjckhvgpjns4g/4000349880-847__1?au... |
Costco US homepage div.MuiBox-root > div.MuiBox-root > a.MuiTypography-root > img.MuiBox-root | /56O3HXZ9/at/wkgcrwxgt5bt39wg63kgmqr/Costco-Logo-Register... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|---|
| SharedStorage | line 1695, col 31 |
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 caught by ErrorBoundary: Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) undefined | |
Error caught by ErrorBoundary: Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) undefined | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120614)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120614)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #423; visit https://react.dev/errors/423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:118352)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:94987
at il (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:94994)
at oJ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:92350)
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91769)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #423; visit https://react.dev/errors/423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:118352)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:94987
at il (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:94994)
at oJ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:92350)
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91769)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Failed to load resource: the server responded with a status of 403 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /redirect.spark?MID=178157&plid=3607936&setID=432991&chan... | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.05 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.49 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.040
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.45 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
9.82 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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.
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.
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 | |
|---|---|---|---|
Thomasville Barston 4-piece Outdoor Patio Seating with Kick-out Foot Rests div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/9xgmqv4n7gkv8v6b68bj3j3z/4000283327-847__1?a... | 32.0 KiB | 24.6 KiB |
Gorilla Skyline Lookout Outdoor Swing Set -Professionally Installed div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/9bxjc77rzfmjckhvgpjns4g/4000349880-847__1?au... | 22.2 KiB | 14.8 KiB |
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.
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 |
|---|---|
| costco.com/ | 233 ms |
| www.costco.com/ | 5.3 s |
| www.costco.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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.
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 | 9.3 s |
| Other | 1.7 s |
| Script Parsing & Compilation | 1.0 s |
| Style & Layout | 633 ms |
| Parse HTML & CSS | 528 ms |
| Garbage Collection | 422 ms |
| Rendering | 294 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 17.7 KiB | 17.3 KiB |
| .mui-ty8jgw{border:0px solid;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0px; … } … | 17.7 KiB | 12.0 KiB |
| .mui-j7rp42 { display: flex; flex: 1 1 auto; max-width: 1440px; position: absolute; width: 100%; … } … | 11.1 KiB | 10.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 | |
|---|---|
Michelin. Installation package is included. Micheline defender2 tire. $80 OFF … div.MuiBox-root > div#image-container > div.MuiBox-root > img.MuiBox-root | /56O3HXZ9/at/tbn6p7rxbpfbz2583gt6z84/d_26w07474_hero_apri... |
Some things are better in bulk. Vet bills aren't one of them. div.MuiBox-root > div#image-container > div.MuiBox-root > img.MuiBox-root | /56O3HXZ9/at/6xwg7qphc3m9js8r89s6kbvm/d_26w08315_homepage... |
airpods max 2 listening remastered div.MuiBox-root > div#image-container > div.MuiBox-root > img.MuiBox-root | /56O3HXZ9/at/99qfsgn568ph6gqh7gpgv5sp/d_26w08173_cat_hero... |
Costco Travel Alaska cruises div.MuiBox-root > div#image-container > div.MuiBox-root > img.MuiBox-root | /live/resource/img/Mobility2/20260413_Alaska_Cruises_Hero... |
Sereen 6-piece Fabric Modular Sectional, Taupe div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/sjvk98mb6vxs69j6gw7xr8b9/4000366402-847__1?a... |
Henredon Murphy Fabric 6-piece Modular Sectional with Ottoman, Beige div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/5bjs4gnhrnst2f9b5x85g3fw/4000396252-847__1?a... |
HP OMEN 16 Slim Gaming Laptop - Intel Core Ultra 9 285H - GeForce RTX 5070 - 16… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/547prhxb4v3kvcgshqkhk7sn/4000373324-847__1?a... |
Huggies Plus Diapers Sizes 3 - 7 div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/jqq4rccrvfcfnmjqx6zkks/4000350943-847__1?aut... |
Agio Nicolet 4-piece Outdoor Patio Seating Set div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/8qcr9xcssmsmtvb7j3f3t3x/4000403873-847__1?au... |
Dyson Cyclone V10 Animal + Cordless Vacuum Cleaner div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/fs9xkf64rg8sj5mrxgf9kt/9900099-847__1?auto=w... |
Orgain, Micronized Creatine Monohydrate, Unflavored, 1.48lbs div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/44szrws8g56mm5stcvw9379q/4000373637-847__1?a... |
Greenworks 2x24V Mower, Trimmer, Blower Combo Kit with (4) 4ah Batteries div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/vx7wg5f98x2hq49wfnwnkbw/4000336038-847__1?au... |
SunVilla 13ft. Round 3-Tier Cantilever Umbrella div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/q3gsbq92hrtfbvkwc94994s/4000417255-847_tan_1... |
Bounty Advanced Paper Towels, 2-Ply, 103 Sheets, 12-count div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/r74wmrkvsmvzbvfgpz5kwh/4000346087-847__1?aut... |
Sealy Posturepedic Pro Highland Manor 13" Medium Mattress div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/n6qp8f4p7wr6fspktmt4m2v/4000363508-847__1?au... |
Lifetime Resin Outdoor 8' x 12.5' Storage Shed div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/at/77xn99pnfj7wwp4zcb3msgz/100425546-847__2.jpg... |
Sorara Mirador Pergola 8.8' x 14.4' div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/28cspsmcxpgp45vf4mgk4krc/4000307635-847__1?a... |
Acer Chromebook Plus 514 14” Touchscreen Laptop with Google AI – Intel Core 3 p… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/x5rb6jnx9pc65523mmhpp8/4000359679-847__1?aut... |
Carlin Fabric Power Reclining Sectional with Power Headrests div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/njgfvs7fjktxr8hqbhrpr55/4000344604-847__1?au... |
Dell All-in-One 24" Desktop - Intel Core 7 150U - FHD (1920 x 1080) Touch Displ… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/q97zh43qm8frgqjghw473/4000363783-847__1?auto... |
Avocado Organic 13" Medium-Plush Pillowtop Hybrid Mattress div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/wjm5gnsvgftwxsqrxqvkkq8n/4000420285-847__1?a... |
Thomasville Barston 4-piece Outdoor Patio Seating with Kick-out Foot Rests div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/9xgmqv4n7gkv8v6b68bj3j3z/4000283327-847__1?a... |
Round Brilliant 0.50 ctw VS2 Clarity, G Color Diamond 14kt White Gold Solitaire… div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/rxk5bsqvp4gnfk85pffwv7/1794498-847__1?auto=w... |
Shark POWERDETECT Complete Performance Upright Vacuum with Powered Lift-Away div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/vgx6b2vgxsjqmjbqcvgxf8g/4000398166-847_brown... |
Veranda Classics Durham 6-piece Outdoor Patio Seating Set div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/xhkp8wv5nzc4bgh63csfp985/4000382875-847__1?a... |
Gorilla Skyline Lookout Outdoor Swing Set -Professionally Installed div.MuiBox-root > div.MuiBox-root > div.MuiBox-root > img.MuiBox-root | /U447IH35/as/9bxjc77rzfmjckhvgpjns4g/4000349880-847__1?au... |
citi card div.offer-benefits > div.benefits-col-card > div.benefit-card > img.img-responsive | cdn.bfldr.com/56O3HXZ9/at/q7j547vnmw4pjt2q2x6jr83f/25w02042_citi_card.png |
Costco US homepage div.MuiBox-root > div.MuiBox-root > a.MuiTypography-root > img.MuiBox-root | /56O3HXZ9/at/wkgcrwxgt5bt39wg63kgmqr/Costco-Logo-Register... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|---|
| SharedStorage | line 1695, col 31 |
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 caught by ErrorBoundary: Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) undefined | |
Error caught by ErrorBoundary: Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) undefined | |
Error fetching product data from Product Summary API: TypeError: Failed to fetch
at a (https://transcend-cdn.com/cm/448b3320-9d7c-499a-bc56-f0dae33c8f5c/airgap.js:8:6643)
at m (https://transcend-cdn.com/cm/448b3320-9d7c-499a-bc56-f0dae33c8f5c/airgap.js:8:6998)
at https://transcend-cdn.com/cm/448b3320-9d7c-499a-bc56-f0dae33c8f5c/airgap.js:8:7019
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/d320e741-f1058ad93f37c6bf.js:1:13035
at async p (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/3545-1c717d141c00f6a1.js:1:8475)
at async I (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/3545-1c717d141c00f6a1.js:1:10657)
at async https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/3545-1c717d141c00f6a1.js:1:24905 | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120538)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120614)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #418; visit https://react.dev/errors/418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t5 (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:24673)
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:120614)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91091
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91098
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91203)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #423; visit https://react.dev/errors/423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:118352)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:94987
at il (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:94994)
at oJ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:92350)
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91769)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Error: Minified React error #423; visit https://react.dev/errors/423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at iZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:118352)
at ia (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:95165)
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:94987
at il (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:94994)
at oJ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:92350)
at oZ (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/fd9d1056-bc3f2708d4ef8e0f.js:1:91769)
at MessagePort.M (https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2117-c4c2e239e293cd0c.js:1:85059) | |
Shop menu:: Error fetching mega menu: Error: Failed to fetch data from https://search.costco.com/api/apps/www_costco_com/query/www_costco_com_megamenu?locale=en-US&loc=1260-3pl%2C1321-wm%2C1477-3pl%2C283-wm%2C561-wm%2C725-wm%2C731-wm%2C758-wm%2C759-wm%2C847_0-cor%2C847_0-cwt%2C847_0-edi%2C847_0-ehs%2C847_0-membership%2C847_0-mpt%2C847_0-spc%2C847_0-wm%2C847_1-cwt%2C847_1-edi%2C847_d-fis%2C847_ge_bal-edi%2C847_lg_n1a-edi%2C847_lux_us81-edi%2C847_NA-cor%2C847_NA-pharmacy%2C847_NA-wm%2C847_ss_u360-edi%2C847_wp_r428-edi%2C951-wm%2C952-wm%2C9847-wcs%2C729-bd%2C&chdmegamenu=true&userLocation=NJ&userPostal=07094: Failed to fetch
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2895-2c04c2221f59a588.js:1:66116 | |
Shop menu:: Error fetching mega menu: Error: Failed to fetch data from https://search.costco.com/api/apps/www_costco_com/query/www_costco_com_megamenu?locale=en-US&loc=1260-3pl%2C1321-wm%2C1477-3pl%2C283-wm%2C561-wm%2C725-wm%2C731-wm%2C758-wm%2C759-wm%2C847_0-cor%2C847_0-cwt%2C847_0-edi%2C847_0-ehs%2C847_0-membership%2C847_0-mpt%2C847_0-spc%2C847_0-wm%2C847_1-cwt%2C847_1-edi%2C847_d-fis%2C847_ge_bal-edi%2C847_lg_n1a-edi%2C847_lux_us81-edi%2C847_NA-cor%2C847_NA-pharmacy%2C847_NA-wm%2C847_ss_u360-edi%2C847_wp_r428-edi%2C951-wm%2C952-wm%2C9847-wcs%2C729-bd%2C&chdmegamenu=true&userLocation=NJ&userPostal=07094: Failed to fetch
at https://www.costco.com/consumer-web/browse/prd/homepage-usbc/_next/static/chunks/2895-2c04c2221f59a588.js:1:66116 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /redirect.spark?MID=178157&plid=3607936&setID=432991&chan... | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Send Feedback