Skip to content

Commit 12b2cf7

Browse files
authored
feat: remove bindElementToQueries (#472)
Closes #471 BREAKING CHANGE: Use `getQueriesForElement` or `within` instead.
1 parent 0a45bda commit 12b2cf7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ export * from './pretty-dom'
1818
export {configure} from './config'
1919

2020
export {
21-
// The original name of bindElementToQueries was weird
22-
// The new name is better. Remove this in the next major version bump.
23-
getQueriesForElement as bindElementToQueries,
2421
getQueriesForElement as within,
2522
// export query utils under a namespace for convenience:
2623
queries,

0 commit comments

Comments
 (0)