Models page: filters, sort, and "Add filters" button completely unresponsive
Hugging Face Forums [Unofficial]
May 15, 2026
Same here. Here’s Claude’s summary:
Filter sidebar broken on /models page — JS error in Types-CMurc9rh.js
The filter sidebar on the Models page is non-functional. Filters don’t apply when clicked.
Console error:
TypeError: Class extends value undefined is not a constructor or null
at Types-CMurc9rh.js:7:176177
at chunk-DHoe5Mw4.js:1:214
at Types-CMurc9rh.js:7:178532
at chunk-DHoe5Mw4.js:1:214
at Types-CMurc9rh.js:7:200109
at chunk-DHoe5Mw4.js:1:214
at Types-CMurc9rh.js:14:618442
at chunk-DHoe5Mw4.js:1:214
at Types-CMurc9rh.js:14:641864
at chunk-DHoe5Mw4.js:1:214
Promise.catch
(anonymous) @ index.js:12
Build / asset details:
- Build ID:
kube-ebc1243 - Failing chunk:
Types-CMurc9rh.js(also referenced bychunk-DHoe5Mw4.js) - Chunk URL path:
/front/build/kube-ebc1243/Types-CMurc9rh.js - Last-Modified: Fri, 15 May 2026 15:50:30 GMT
- ETag:
W/"cabd2a3fc6f922abd21445100b328aa9" - Status: 200 OK, served from CloudFront (X-Amz-Cf-Pop: JFK50-P9),
X-Cache: Hit from cloudfront - Content-Encoding: br
The chunk is being delivered cleanly (200, correct size, valid brotli), so this is a code-level regression in the build itself rather than a delivery issue — a module that something in this chunk extends is resolving to undefined at runtime.
Reproduction:
- Visited /models, opened DevTools console, error fires on page load
- Reproduces in Chrome (Chromium 148) and Safari, both in incognito/private windows with extensions disabled
- Reproduces across two different networks and with a US VPN
- Reproduces after Empty Cache and Hard Reload
Discussion in the ATmosphere