Skip to content

Commit 32c3dae

Browse files
committed
fix builds
1 parent 2583363 commit 32c3dae

File tree

3 files changed

+1502
-2536
lines changed

3 files changed

+1502
-2536
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@lg-tools/storybook-addon": "workspace:^",
5050
"@lg-tools/storybook-utils": "workspace:^",
5151
"@lg-tools/test": "workspace:^",
52-
"@storybook/react": "^8.5.3",
52+
"@storybook/react": "^8.6.12",
5353
"@testing-library/react": "^14.0.0",
5454
"@testing-library/user-event": "13.5.0",
5555
"@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)