John Syomochkin

Results 7 comments of John Syomochkin

Hello If you have a `date` and `time` for the UTC+0 timezone, try create a Date object using ISO format: ```javascript new Date("${date}T${time}:00.000Z") ``` The timezone and summer/winter time should...

This example is not suitable, since the hooks are taken from 'react-final-form-hooks'. It uses another api

@rezoled , part of the problem lies in this. but unfortunately, adjusting dependencies will not help for nextjs with a custom server. In the current case, two servers are running...

Problem fixed by PR #18145 This has been working since 16.5.3 version

You can use the following steps: 1. Declare all missing languages in the js code 2. Save the page language in a variable 3. Use the saved variable in the...

as a workaround, you can write in the `package.json` of project: ```json "overrides": { "nanostores": "$nanostores" } ``` and then install `@nanostores/query`

Thanks for the example. Unfortunately, it looks like rocket science to me. I have dragged this example into my project and it works as should. But, I will wait for...