my tailwind.config.ts was just like:
module.exports = withUt({ darkMode: ['class'],
then i removed the third bracket and it didn't show any erros
module.exports = withUt({ darkMode: 'class',