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?
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?