Server-side render a template.
Immediately focus on an element.
Patch an element that had focus.
Right now a code path gets triggered where an element gets an undefined key. The patch then goes in with a defined key and deletes the element. This code defers the serverside rendered state until a proper key can be attached.
User story:
Server-side render a template. Immediately focus on an element. Patch an element that had focus.
Right now a code path gets triggered where an element gets an undefined key. The patch then goes in with a defined key and deletes the element. This code defers the serverside rendered state until a proper key can be attached.