Mateusz Burzyński
Mateusz Burzyński
Would it be possible for me to get access to your code anyhow or sync on a call in the new year? It's extremely hard to diagnose this without being...
Could we schedule a call to take a look at this together?
> but I can email you to set something up next week at the email list on your profile. Does that sound good? yeah, that works
An extra bug related to this: ```ts type Arr = Array | [] | [string]; declare const arr: Arr; export const [a] = arr; type Mix = Iterable | []...
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the...
I have no Tailwind experience - but React accepts `className` and not `class`. So definitely something is off there but it's unlikely that something is wrong with `react-textarea-autosize`.
how many we'd get after disabling `@typescript-eslint/no-explicit-any`?
> changed devDependencies.xstate versions to workspace:^ don't do this if not needed - this might interfere with how Changesets are set up right now, you'd have to rework publishing scripts...
`changeset publish` might have issues with workspace ranges. Although perhaps they don’t affect pnpm repos - that would have to be tested. It definitely doesnt work with Yarn Berry
I fixed the Vue issue. I think something weird is happening with Vue types - their `shallowRef` function introduces some weirdness with deferred conditional types. I prepared a slimmed-down xstate-less...