We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5679f commit 09bcb47Copy full SHA for 09bcb47
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