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 3173c39 commit 4bbf919Copy full SHA for 4bbf919
packages/playground/src/ds/createDesignSystem.ts
@@ -154,7 +154,7 @@ export const createDesignSystem = (sandbox: Sandbox) => {
154
createCodePre.setAttribute("tabindex", "0")
155
const codeElement = document.createElement("code")
156
157
- codeElement.innerHTML = code
+ codeElement.textContent = code
158
159
createCodePre.appendChild(codeElement)
160
container.appendChild(createCodePre)
0 commit comments