Dimitri POSTOLOV

Results 202 issues of Dimitri POSTOLOV

**Is your feature request related to a problem? Please describe.** Tailwind CSS 3.3 introduce new classes which simplify work with`rtl:`/`ltr:` modifiers A table of replacements can be found here https://tailwindcss.com/blog/tailwindcss-v3-3#simplified-rtl-support-with-logical-properties...

enhancement

I was able tree shake `title` from _app file only after adding `sideEffects: false`

Hey @shuding, found some bug with `textWrap: 'balance'`! also this bug happens starting from v0.4.0 when `textWrap: 'balance'` was introduced # Bug report ## Description / Observed Behavior ```jsx {title}...

don't need dummy functions, native ts type narrowing works great

@vercel/ncc was removed

### Description `promise/prefer-await-to-then` should not report errors if `.then`/`.catch` calls are inside constructor of some class Because we can't have `async constructor`