We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e531e35 commit a64af0eCopy full SHA for a64af0e
index.js
@@ -86,7 +86,7 @@ export function selectAll(selector, tree, space) {
86
* Name of namespace (`'svg'` or `'html'`).
87
* @returns {SelectState} SelectState
88
*/
89
-export function createState(selector, tree, space) {
+function createState(selector, tree, space) {
90
return {
91
// State of the query.
92
rootQuery: queryToSelectors(parse(selector)),
0 commit comments