Guillem Puche
Guillem Puche
https://docs.powersync.com/client-sdk-references/js-web#using-powersync-crud-functions Apart from showing SQL syntax, show Kysely syntax, e.g.`useQuery(kysely.selectFrom...)`
### Current Behavior ```sh ✔ Pick a template: › Remix - Remix + Vite starter with Tamagui set up Creating a new tamagui app /Users/guillem/programacio/codi/testing/test-tamagui-tokens... test-tamagui-tokens folder created. Setting up...
### Current Behavior The horizontal checkboxes in https://tamagui.dev/bento/forms/checkboxes works, but it produces a React error. It's because `createCheckboxe` from `@tamagui/checkbox`. The error is produced in these lines https://github.com/guillempuche/test-tamagui-checkboxes/blob/cc1af9cae6a428e06a5bc5374239385a9e0564ed/packages/app/features/home/horizontal_checkboxes.tsx#L94-L100 ### Expected...