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 fe024dc commit c601df4Copy full SHA for c601df4
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