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
this might not be a big deal as it only seems to happen on hot reload (development server) but i've been getting the following warning from Shiki saying that I've too many instances, causing a memory leak on a development server:
I've seen the following suggestion: vercel/next.js#26427 (comment)
but unfortunately I can't call .dispose as shown by Shiki, what can I do?
The text was updated successfully, but these errors were encountered:
this might not be a big deal as it only seems to happen on hot reload (development server) but i've been getting the following warning from Shiki saying that I've too many instances, causing a memory leak on a development server:
I've seen the following suggestion:
vercel/next.js#26427 (comment)
but unfortunately I can't call .dispose as shown by Shiki, what can I do?
The text was updated successfully, but these errors were encountered: