Skip to content

Commit

Permalink
fix: remove id attribute on RootLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
stropitek authored and targos committed Oct 10, 2022
1 parent ac79e8b commit a76cff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RootLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function RootLayout(props: RootLayoutProps) {
}, []);

return (
<root.div style={{ ...style, ...props.style }} id="root">
<root.div style={{ ...style, ...props.style }}>
<Global styles={preflight} />
<div
ref={ref}
Expand Down

0 comments on commit a76cff9

Please sign in to comment.