HTML <details> open attribute can't be controlled with CSS media queries
Wanted to open details on desktop and close on mobile. The open attribute is an HTML attribute, not a CSS property, so media queries don't work. useEffect with window.innerWidth is the solution.
1 min read