Víctor Casas
Víctor Casas
Since this repository is not being maintained as far as we can see, take the initiative and create a new npm package to handle these cases. This version is compatible...
you can use the following, it worked for me ```javascript setTimeout(() => setFieldTouched(value, true)) ``` Wrap `setFieldTouched` in a `setTimeout()` function
> https://github.com/alephjs/aleph.js/blob/master/project.ts#L597 here we can implement a virtual `getComputedStyle` function for SSR. @ije Link is broken 😮
@mauriciofragajr I do not understand. The error occurs precisely because of that function, since it returns two different objects and when typesript destructuring is used, it does not understand what...
this problem still exists, any solution?
@jeanpoelie this problem still exists, any solution?
I don't think this is a mistake at all. To do this you can use `onChangeIndex` to control the change of the slide. As in this example. https://codesandbox.io/s/swipeableviews-back-first-slide-forked-exgwk
Hello everyone! could I join to help keep this project going? I use it daily in my projects I find it incredible and I would be sorry if it did...
@oliviertassinari I understand, no problem :grinning:
@ijjk Step to step: 1. Create a new project using `npx create-next-app@latest --use-npm` 2. Execute project using `npm run dev` 3. Change extension name file from `.js` to `.tsx` ![Sep-14-2022...