Hakim Saoudi

Results 6 comments of 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 ![image](https://github.com/prisma/prisma/assets/68503582/50850adc-9410-40bb-9cba-6ad0c48c98c9)

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...