We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
node.querySelectorAll is not a function
framework/src/client/main.js
Line 179 in c5d57f7
I've only quickly looked into it, but it seems to be getting all DOM nodes, not just elements.
The text was updated successfully, but these errors were encountered:
Revert "Bump @observablehq/framework from 1.9.0 to 1.10.0 (#90)"
8f6bc41
Reverts e11bda6; refs observablehq/framework#1559
Hmm. This might occur if you are displaying non-elements such as text nodes or comments. I’ll investigate.
Sorry, something went wrong.
Apologies for this obvious crash. I’ve pushed a fix and we’ll release 1.10.1 shortly (once #1557 lands).
Fixed in #1561.
mbostock
No branches or pull requests
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:framework/src/client/main.js
Line 179 in c5d57f7
I've only quickly looked into it, but it seems to be getting all DOM nodes, not just elements.
The text was updated successfully, but these errors were encountered: