We've just upgraded from 1.9.0 to 1.10.0, and our inputs are now broken with a node.querySelectorAll is not a function, coming from:
|
const expanded = node.querySelectorAll(".observablehq--expanded"); |
I've only quickly looked into it, but it seems to be getting all DOM nodes, not just elements.