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 d8a2c2f commit 1d80cd2Copy full SHA for 1d80cd2
src/TreeView/utils.js
@@ -1,5 +1,4 @@
1
import { useRef, useEffect } from "react";
2
-import { bigIntLiteral } from "@babel/types";
3
export const composeHandlers = (...handlers) => event => {
4
for (const handler of handlers) {
5
handler && handler(event);
0 commit comments