Michael
Michael
@leomelzer Agree the behaviour seems strange. Notice that if you touch nothing and submit, all 3 fields get touched on submit. However, click in and out of the first field...
I came to report this same issue because I saw the webkit ticket was closed However I tested on Safari 18.1 and `window.requestIdleCallback` is undefined, so the MDN docs are...
I found that there was an existing warning for this, but only for SSR. I've applied the same warning to the client: #33349
@luke-hill If it was an issue with tree-sitter like OP was speculating it could be, then the version has been bumped since this was opened, so it could be fixed...
I think the points made by Kieran are valid. This does seem to have the small potential to break things in small ways. I think probably unlikely in practice, but...
Is your use-case there same the one in that issue? You are memoizing the options? It's not necessary. I posted a comment over there.