feat(theme-mermaid): upgrade Mermaid to v10.4 - handle async rendering (#9305)

This commit is contained in:
Sébastien Lorber 2023-09-14 17:23:07 +02:00 committed by GitHub
parent dc7ae426ac
commit 58be496da2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 327 additions and 86 deletions

View file

@ -107,5 +107,6 @@ export {
export {
ErrorBoundaryTryAgainButton,
ErrorBoundaryError,
ErrorBoundaryErrorMessageFallback,
ErrorCauseBoundary,
} from './utils/errorBoundaryUtils';