Closed ktm72 closed 6 months ago
Dear @ktm72,
Thank you for bringing this to our attention. It seems like there was a misconfiguration in the tailwind.config.ts
file.
To resolve the custom class error in your Next.js application, please make sure to add the following line to the tailwind.config.ts
file under the presets
property:
presets: [require("keep-react/preset")],
This line should be placed at the same level as the theme
and content
properties, not inside the plugins
array.
Once you've made this adjustment, please restart your development server to see if the issue has been resolved. If you encounter any further issues or have any questions, feel free to reach out.
Thank you for your attention to this matter.
I am getting the following error in Next.js (14.2.3) while running in dev mode.