TianHua Liu
Results
2
comments of
TianHua Liu
```tsx /** * ! HACK * await https://github.com/themesberg/flowbite-react/pull/1492 */ const containerRef = useRef(null); useEffect(() => { const onRightIconClick = handleOpenFolder; if (!onRightIconClick || !containerRef.current) { return; } const rightIcon =...
I'm having the same problem.