Julian Jauk
Julian Jauk
I had the same problem with the `process is not defined`. I removed Craco and installed the newest version of tailwindCSS without it, works for me. Important is to remove...
ok, it seems to me this problem occurs if you type somehting fast and then not delete it xD happened to me, i wanted to write `clg` but accidentally wrote...
I have got the same problem... ```ts const jobs = await agenda.jobs({ name: jobName, 'data.someID': new mongoose.Types.ObjectId(someID), }); for (const job of jobs) { if (pause) { job.disable(); } else...