A simple mermaid can't render,give error

Below is a simplified minimal code, removing any node will work fine in obsidian.
It works fine in mermaid.live and vscode mermaid plugin.

flowchart TD

    Start --> Text2SQL

    subgraph Text2SQL

        subgraph MetaData

            subgraph MetaConv
                MetaConv_Note
            end

        end

        subgraph Prompt

        end

    end

    Prompt --> versionManager

    subgraph versionManager

    end

Error parsing Mermaid diagram!

Cannot read properties of undefined (reading ‘clusterNode’)

Please follow and include the bug report template. Thanks!

Moved to Help for now.

At present, I use the vscode plugin instead of obsidian to solve this problem.
Maybe this is not a request for help, nor a bug, but feedback?
Because obsidian does have this problem, so if you think mermaid is worth solving this problem, solve it, and leave it alone if it’s not worth solving this problem.