Nemanja Dragun

Results 8 comments of Nemanja Dragun

Same issue here. On Vercel it show images while on Netlify its broken

Getting same ReferenceError: __dirname is not defined error

I am curious about same thing. How to automatically delete files that cache already expired for so that it keeps file-system size optimal

@Reddybrekkers Installing npm i -D [email protected] in your project should fix it for now until it is fixed in repo

Installing `npm i -D [email protected]` in your project should fix it for now until it is fixed in repo Raised an issue here as well so it can be fixed...

> @ndragun92 no, this is a case that usually works. can you check if it works if you use destructuring? > > ```ts > const { $gettext } = useGettext();...