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 d49f20a commit 0439d5aCopy full SHA for 0439d5a
packages/react/src/render-with-styles.tsx
@@ -11,7 +11,6 @@ export const renderWithStyles = (
11
const output: React.ReactNode[] = []
12
13
for (let i = 0; i < serializedArray.length; i++) {
14
- debugger
15
const serialized = serializedArray[i]
16
registerStyles(cache, serialized, isStringTag)
17
0 commit comments