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 6204e9c commit 309b0c4Copy full SHA for 309b0c4
packages/test-case-component/src/components/shikiComponent.tsx
@@ -39,8 +39,6 @@ const Before = ({ content }: { content: string }) => {
39
40
const During = ({ content }: { content: string }) => {
41
if (content) {
42
- console.log("🧄", content);
43
-
44
return (
45
<div className="p-4" dangerouslySetInnerHTML={{ __html: content }} />
46
);
0 commit comments