renderAsync or render? #4091
Answered
by
sidharthv96
Mister-Hope
asked this question in
Q&A
|
From api jsdocs, However, recent diagrams like flowchart v2, mindmap and timeline are all seems to be async, and doesnot work in latest release 9.4.0. This is confusing me as maintainers are creating async diagrams while marking asyncRender deprecated. Can any team member explain this? |
Answered by
sidharthv96
Feb 19, 2023
Replies: 1 comment
|
Hmm, I agree it's a bit confusing. |
0 replies
Answer selected by
sidharthv96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm, I agree it's a bit confusing.
You can use
renderAsyncfor all diagrams now.The change coming in v10 is that the current
renderwill be replaced byrenderAsync, sorenderAsyncfunction will technically be removed in v10.