Jeremy Tong

Results 7 issues of Jeremy Tong

invalid expression: Unexpected token '.' in optional?.chaining v1.0.0

bug

## Background https://tanstack.com/query/latest/docs/react/reference/useQuery ### Linked Issues & Documentation ## Definition Of Done Describes in 1-2 sentences what the output of the Task is, so that it can be verified by...

ui 🎨
integrations
react-query

## Background Remove bad utils (e.g. toArray, equalsLowerCase, etc...( ### Linked Issues & Documentation ## Definition Of Done Describes in 1-2 sentences what the output of the Task is, so...

ui 🎨
integrations
react-query

## Background https://tanstack.com/query/latest/docs/react/reference/useMutation ### Linked Issues & Documentation ## Definition Of Done Describes in 1-2 sentences what the output of the Task is, so that it can be verified by...

ui 🎨
integrations
react-query

### Describe the bug ``` import { Auth0ContextInterface, Auth0Provider, useAuth0, User } from '@auth0/auth0-react' import { createRouter, RouterProvider } from '@tanstack/react-router' import { SettingsProvider } from './providers/SettingsProvider' import { TrpcQueryProvider...

information needed

` const { getRootProps, getInputProps, isFocused, isDragActive, isDragAccept, isDragReject, } = useDropzone({ onDrop: (acceptedFiles: File[]) => { setValue(name, acceptedFiles[0] as PathValue, { shouldValidate: true, shouldDirty: true, }); }, useFsAccessApi: false,...

[RecordFetchError: Tolgee: Failed to fetch record for "en"] ``` const tolgee = Tolgee() .use( BackendFetch({ prefix: 'https://cdn.tolg.ee/825f5cca797b796b954bb14ff79aef7f', }) ) .use(DevTools()) .use(FormatIcu()) .init({ language: 'en', // @ts-ignore apiUrl: process.env.EXPO_PUBLIC_TOLGEE_API_URL, // @ts-ignore...

bug
hot