@theguild/remark-mermaid
Advanced tools
Comparing version 0.0.2-alpha-20230605181615-4d12db1 to 0.0.2-alpha-20230605182425-01efdce
@@ -12,2 +12,5 @@ import { jsx } from "react/jsx-runtime"; | ||
renderChart(); | ||
return () => { | ||
mutationObserver.disconnect(); | ||
}; | ||
async function renderChart() { | ||
@@ -14,0 +17,0 @@ const hasDarkClass = htmlElement.classList.contains("dark"); |
{ | ||
"name": "@theguild/remark-mermaid", | ||
"version": "0.0.2-alpha-20230605181615-4d12db1", | ||
"version": "0.0.2-alpha-20230605182425-01efdce", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Remark plugin for replacing ```mermaid code blocks with react `<Mermaid />` component", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8035
224