1 min readOct 31, 2019
After updating I ran into the issue that you describe in the article:
indexer string [3] may overwrite properties with explicit keys in a way that Flow cannot track
How do I update types when the intent here is to override oldHeaders
with whatever overlapping props in appendHeaders
?