You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are many error message on Develop Console:
[Shiki] 2200 instances have been created. Shiki is supposed to be used as a singleton, consider refactoring your code to cache your highlighter instance; Or call highlighter.dispose() to release unused instances.
It slow down the response alot.
To Reproduce
Create Multiple editor instance with code block. Just like :
Misc
Node version:
Package manager:
Browser:
I'm a sponsor and would appreciate if you could look into this sooner than later 💖
The text was updated successfully, but these errors were encountered:
Describe the bug
There are many error message on Develop Console:
[Shiki] 2200 instances have been created. Shiki is supposed to be used as a singleton, consider refactoring your code to cache your highlighter instance; Or call
highlighter.dispose()
to release unused instances.It slow down the response alot.
To Reproduce
Misc
The text was updated successfully, but these errors were encountered: