Improved handling of the empty object in Flow
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.
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.