Hakim Saoudi
Hakim Saoudi
It literally took Mikro-ORM one line of code and one day from the issue to the PR to address this problem VS ... https://github.com/mikro-orm/mikro-orm/issues/484 
The same flickering issue occurs on the PayloadCMS site.
> Are you in a commonjs codebase? I noticed this recently in the CI pipeline for the commonjs tests: https://github.com/schoero/eslint-plugin-better-tailwindcss/actions/runs/16177035843/job/45664540551 > > The package `tailwind-csstree` needs to update its exports...
Maybe I shouldn't use eslint/compat anymore, at the time it was necessary for plugin compatibility reasons that, but I don't think that's the main cause of this issue, Since all...
It's still relevant, anyone ? @shahednasser @adrien2p
> hero.ts > > import { heroui } from '@heroui/react'; > > export default heroui({ > addCommonColors: true, > // prefix: 'customprefix', // removed this > }); > > I...