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 2a8b043 commit c3d1aadCopy full SHA for c3d1aad
website/src/components/Collapsible/index.tsx
@@ -202,7 +202,6 @@ function CollapsibleBase({
202
disableSSRStyle,
203
}: CollapsibleBaseProps) {
204
// any because TS is a pain for HTML element refs, see https://twitter.com/sebastienlorber/status/1412784677795110914
205
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
206
const collapsibleRef = useRef<any>(null);
207
208
useCollapseAnimation({collapsibleRef, collapsed, animation});
0 commit comments