I wrote small example:
https://codesandbox.io/s/xenodochial-colden-7pb59
When I start to type in input box, after second key is pressed, error with Synthetic event occurs.
I tried also useSafeLink, but it is not a solution.
But when I use variable to init useLink, everything works fine:
https://codesandbox.io/s/late-tree-vqlqp
Am I doing something wrong, or is it a bug?