Diego Díaz

Results 3 issues of Diego Díaz

I try to use this module but the connection method is so slow. Can someone pls, tell me how can I improve this?

### Which component is affected? Qwik Runtime ### Describe the bug ### I have the next code: ```tsx // routes/layout.tsx import { createServerClient } from "supabase-auth-helpers-qwik"; import type { RequestEventAction,...

bug
triage

Here is mi code: ```js import DatePicker from 'react-native-neat-date-picker'; return ( ) ``` ![Date Picker error with minDate prop](https://user-images.githubusercontent.com/51871681/180859713-8a0f0254-db19-4d35-92aa-6ec81b784de9.jpeg) The minDate is 25-07-2022 but, the picker dont let choose that...