It looks like Fable 4.4 is using F# 8 features and also emits F# 8 warnings:
We see LOTS of new warnings. Things like:
warning FSHARP: This copy-and-update record expression changes all fields of record type 'MyRecordType'. Consider using the record construction syntax instead. (code 3560)
@MangelMaxime @ncave Is this expected?
references dotnet/fsharp#16182