Skip to content

Commit 47b22ee

Browse files
committed
fix builds
1 parent 0b73660 commit 47b22ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@lg-tools/storybook-addon": "workspace:^",
5151
"@lg-tools/storybook-utils": "workspace:^",
5252
"@lg-tools/test": "workspace:^",
53-
"@storybook/react": "^8.5.3",
53+
"@storybook/react": "^8.6.12",
5454
"@testing-library/react": "^14.0.0",
5555
"@testing-library/user-event": "13.5.0",
5656
"@types/jest": "^29.5.12",

packages/portal/src/Portal/Portal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ function Portal({
6464
return null;
6565
}
6666

67+
// @ts-ignore FIXME
6768
return createPortal(children, portalContainer);
6869
}
6970

0 commit comments

Comments
 (0)