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 9a0c186 commit 056ec02Copy full SHA for 056ec02
packages/mdx/src/client/annotations.tsx
@@ -67,8 +67,6 @@ function tryGuessColor(
67
grandChild?.props?.children || []
68
)[0] as any
69
70
- console.log({ grandGrandChild })
71
-
72
const { color } = grandGrandChild?.props?.style
73
74
if (color) {
0 commit comments