There was an error while loading. Please reload this page.
1 parent 207bcad commit c4a3b80Copy full SHA for c4a3b80
1 file changed
packages/react-core/src/components/Alert/AlertGroup.tsx
@@ -37,7 +37,7 @@ export const AlertGroup: React.FunctionComponent<AlertGroupProps> = ({
37
overflowMessage,
38
'aria-label': ariaLabel,
39
40
- appendTo, // do not pass down to ul
+ appendTo,
41
...props
42
}: AlertGroupProps) => {
43
const containerRef = useRef<HTMLElement | null>(null);
0 commit comments