Skip to content

Commit 17d3640

Browse files
committed
Remove spurious thing
1 parent cb28ea5 commit 17d3640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/docs/examples/shadow-dom.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ const ShadowDOMWrapper: React.FC<{
9292
const reactRootContainer = document.createElement("div");
9393
reactRootContainer.style.height = "100%";
9494
shadowRoot.append(reactRootContainer);
95-
shadowRoot.pare;
9695

9796
// Create a React root and render the children inside it
9897
ReactDOM.render(<>{render()}</>, reactRootContainer);

0 commit comments

Comments
 (0)