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 cb28ea5 commit 17d3640Copy full SHA for 17d3640
packages/core/src/docs/examples/shadow-dom.stories.tsx
@@ -92,7 +92,6 @@ const ShadowDOMWrapper: React.FC<{
92
const reactRootContainer = document.createElement("div");
93
reactRootContainer.style.height = "100%";
94
shadowRoot.append(reactRootContainer);
95
- shadowRoot.pare;
96
97
// Create a React root and render the children inside it
98
ReactDOM.render(<>{render()}</>, reactRootContainer);
0 commit comments