

This feels like a bug :
Type 'PatchNode' is not assignable to 'PatchNode | undefined'
So it's complaining that a certainly-assigned thing can't be assigned to an attribute that also accepts undefined.
The other way around would make sense, but this seems wrong.
This feels like a bug :
So it's complaining that a certainly-assigned thing can't be assigned to an attribute that also accepts undefined.
The other way around would make sense, but this seems wrong.