Issues with S.lazy for Recursive Types and S.optionFromNullable
Hi, I have some issues to use S.lazy for Recursive types: , I have this error on Bed :
Types of property 'room' are incompatible.
Type 'Room | null' is not assignable to type 'Option<Room>'.
Type 'null' is not assignable to type 'Option<Room>' Thanks !