{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreicz7t5www5o2fho52n543cgns257zbhgin7xuxpwqq3nozmqtb3cy",
"uri": "at://did:plc:pgryn3ephfd2xgft23qokfzt/app.bsky.feed.post/3mlw5nqsqepd2"
},
"path": "/t/models-page-filters-sort-and-add-filters-button-completely-unresponsive/176046#post_1",
"publishedAt": "2026-05-15T19:09:46.000Z",
"site": "https://discuss.huggingface.co",
"tags": [
"Models – Hugging Face"
],
"textContent": "The interactive UI on Models – Hugging Face is broken — “Add filters” does nothing on click, the “Sort: Trending” dropdown doesn’t open, and none of the search customization buttons respond. The page loads and renders fine visually, but no interactive elements work.\n\nI’ve tested across all of the following with the same result:\n\n * Chrome (latest), Edge Chromium, Arc, and Comet on desktop (Windows)\n * iPhone Safari on cellular data (not logged in, guest session)\n * With and without extensions (only LastPass installed)\n * On home Wi-Fi and mobile cellular — same behavior on both\n\n\n\nThe browser console shows this error, which fires during page load and prevents SvelteKit hydration from completing:\n\n\n TypeError: Class extends value undefined is not a constructor or null\n at Types-CMurc9rh.js:7:176177\n at chunk-DHoe5Mw4.js:1:214\n at Types-CMurc9rh.js:7:178532\n at chunk-DHoe5Mw4.js:1:214\n at Types-CMurc9rh.js:7:200109\n at chunk-DHoe5Mw4.js:1:214\n at Types-CMurc9rh.js:14:618442\n at chunk-DHoe5Mw4.js:1:214\n at Types-CMurc9rh.js:14:641864\n at chunk-DHoe5Mw4.js:1:214\n\n\nLooks like a broken dependency chain in the bundled JS — a class inheritance is referencing something undefined, which kills the entire module before the UI can hydrate. Possibly a bad build cached on a specific CDN edge node (I’m in upstate New York).\n\nURL-based filtering (e.g. `?pipeline_tag=text-generation&sort=downloads`) still works fine since it bypasses the client-side JS.",
"title": "Models page: filters, sort, and \"Add filters\" button completely unresponsive"
}