Skip to content

Commit a54374a

Browse files
authored
fix: typings
1 parent 9bf1bf5 commit a54374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Panels/WorkspacePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function PreviewsSection({
241241
const [panelMinSize, setPanelMinSize] = useState(10);
242242

243243
useEffect(() => {
244-
const panelGroup: any = document.querySelector('[data-panel-group-id="right-panel-group"]');
244+
const panelGroup = document.querySelector('div[data-panel-group-id="right-panel-group"]' as 'div');
245245

246246
if (!panelGroup) {
247247
return;

0 commit comments

Comments
 (0)