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 0b73660 commit 47b22eeCopy full SHA for 47b22ee
package.json
@@ -50,7 +50,7 @@
50
"@lg-tools/storybook-addon": "workspace:^",
51
"@lg-tools/storybook-utils": "workspace:^",
52
"@lg-tools/test": "workspace:^",
53
- "@storybook/react": "^8.5.3",
+ "@storybook/react": "^8.6.12",
54
"@testing-library/react": "^14.0.0",
55
"@testing-library/user-event": "13.5.0",
56
"@types/jest": "^29.5.12",
packages/portal/src/Portal/Portal.tsx
@@ -64,6 +64,7 @@ function Portal({
64
return null;
65
}
66
67
+ // @ts-ignore FIXME
68
return createPortal(children, portalContainer);
69
70
0 commit comments