John Rom

Results 141 comments of John Rom

There is only one new option, but there are three new things that need to be kept track of internally. I can reduce it to two by checking if `_.$slideParent...

There is now one additional option and one internal property. The internal property tracks the distinction between $slider, $slideTrack and which one is really the parent of the slides before...

FYI this is not pending author response anymore, and I've updated it with `master`

If we change this, users may have depended on the helpers changing instead of depending on values changing. Fixing this would be a breaking change. We should note it somewhere....

Definitely not expected. Just want to make sure it's noted in the release notes on the off-chance someone gets hit by it. There are some moments where I've sadly had...

@rafaelcavalcante , `useField` returns a tuple, which means the values are in the same order no matter what you name them. I'd guess you wrote something like `const [field, helpers,...

@anant-singh I don't think anyone's actively working on this if you'd like to open a PR.

In terms of userland solutions, the above looks good! In terms of solving this in Formik, we'd need to switch to `useEventCallback`s for these helpers and if they access the...

@giladv this is true, and unfortunately is how Formik works. Formik's API isn't currently built around `` registration, because Fields may or may not be rendered at a given time....