You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring tailwind-merge, one creates their own twMerge function to call. I should add a guide on how to prevent to accidentally use import { twMerge } from 'tailwind-merge' instead of import { twMerge } from 'src/my-own-tailwind-merge' and explain the ESLint rule I use for that.
The text was updated successfully, but these errors were encountered:
When configuring tailwind-merge, one creates their own
twMerge
function to call. I should add a guide on how to prevent to accidentally useimport { twMerge } from 'tailwind-merge'
instead ofimport { twMerge } from 'src/my-own-tailwind-merge'
and explain the ESLint rule I use for that.The text was updated successfully, but these errors were encountered: