Wilco Bakker
Wilco Bakker
@Ashald Any updates concerning this request?
@chaance, managed to investigate this further?
As far as I understand the collection items do not update properly for the dispatch function of the `OneTimePasswordField` as can be seen in the following screenshots: React 19.1: React...
Can pretty much confirm that seems to be the issue. Just change the `useEffectEvent` of `OneTimePasswordField`'s dispatch function to `useCallback` and it works once more. Will make a PR for...
I added a PR which fixes the issue.