ibrahim-delice

Results 3 comments of ibrahim-delice

I would also like to see onSubmit being optional rather than required. In my particular case, I only need the state statement feature of Formik rather than handling submitting form.

> Thank you but I managed to do it like this: ```typescript const batteryCharacteristic = await device.readCharacteristicForService( '0000180F-0000-1000-8000-00805f9b34fb', '00002a19-0000-1000-8000-00805f9b34fb', ); const currentBatteryLevel = Buffer.from( batteryCharacteristic && batteryCharacteristic.value ? batteryCharacteristic.value :...

I have a base URL than ends with `@`. In my endpoint, I give it a parameter which I imagine would look like: `@foo`, but the result is rather: `@/foo`....