Back to Flow

Improved handling of the empty object in Flow

website/blog/2022-10-20-Improved-handling-of-the-empty-object-in-Flow.md

0.313.0389 B
Original Source

:::info[Historical] This post announced improved handling of the empty object when it was introduced. For current syntax and behavior, see the Objects documentation. :::

Flow handled the empty object literal {} in a permissive but unsafe way. The fix described in this post increases safety and predictability, but requires using different patterns and behavior.