Aron Berezkin

Results 3 issues of Aron Berezkin

Hi @fschoenfeldt , first of all, many thanks for having a great working example for 42! I wonder if you tried upgrading to SDK 43? I tried 1) `yarn global...

Current error message is not descriptive enough and empty artwork url string may be considered as an empty track url field. The player throws an error, so it would be...

TRPC and consequently React Query implemented `skipToken` to disable queries in "typesafe" way, basically dealing with `enabled` needing extra undefined handling. https://tanstack.com/query/latest/docs/framework/react/guides/disabling-queries#typesafe-disabling-of-queries-using-skiptoken https://trpc.io/docs/client/react/disabling-queries trpc implementation https://github.com/trpc/trpc/blob/5027209bc300d299224ecef764adeac09b8cab8d/packages/react-query/src/shared/hooks/createHooksInternal.tsx