I have an input and a query output inside a suspense boundry.
Whenever the query updates (provoked here with the interval, but issue is the same when setting an refetch interval), the input looses its focus.
I don't think its solid rerendering the input, as the uncontroller input value is being kept.
When i move the input outside of the suspsense, the focus is not lost.
The native createResource also does not have this issue.
Is it supposed to behave like that or is that a bug perhabs?
Reproduction:
https://stackblitz.com/edit/solid-vite-fog4ab?file=src/index.tsx