-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging two variables with same indexer does not work #8178
Comments
on my radar. trying to fix + put out in a patch |
We also experience this problem in |
There's diffs up for it, but won't make it in until 113 |
Just checking: This didn’t get into 113, did it? |
No, still waiting for review
On Wed, Dec 4, 2019 at 11:02 AM Simon Lydell ***@***.***> wrote:
Just checking: This didn’t get into 113, did it?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8178?email_source=notifications&email_token=ACBH3T2VUBOVRTQF75VGA5TQW7ICFA5CNFSM4JJAJN52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEF5QPAA#issuecomment-561710976>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBH3TZHZAM3UPXVHZG7UQDQW7ICFANCNFSM4JJAJN5Q>
.
--
Sent from Gmail Mobile
|
Any update? Thanks! |
The tryflow link works from 0.115 and I saw something in the changelog so I think this should be closed now. |
I'm closing this myself since it has been fixed in the meantime. |
The Flow bug in question is facebook/flow#8178; it's reportedly fixed in Flow v0.115; we'll get v0.122 with RN v0.63 (zulip#4245).
The Flow bug in question is facebook/flow#8178; it's reportedly fixed in Flow v0.115; we'll get v0.122 with RN v0.63 (zulip#4245).
The Flow bug in question is facebook/flow#8178; it's reportedly fixed in Flow v0.115; we'll get v0.122 with RN v0.63 (zulip#4245).
The Flow bug in question is facebook/flow#8178; it's reportedly fixed in Flow v0.115; we'll get v0.122 with RN v0.63 (zulip#4245).
The Flow bug in question is facebook/flow#8178; it's reportedly fixed in Flow v0.115; we'll get v0.122 with RN v0.63 (zulip#4245).
The Flow bug in question is facebook/flow#8178; it's reportedly fixed in Flow v0.115; we'll get v0.122 with RN v0.63 (zulip#4245).
These obviously didn't get fixed in the RN v0.63 upgrade, as we'd thought they would... It turns out that it's a very similar bug [1] to the one we originally thought it was [2], but slightly different. `UserPresence` is an object type with an indexer *and* an additional property. [1] facebook/flow#8276 [2] facebook/flow#8178
These obviously didn't get fixed in the RN v0.63 upgrade, as we'd thought they would... It turns out that it's a very similar bug [1] to the one we originally thought it was [2], but slightly different. `UserPresence` is an object type with an indexer *and* an additional property. [1] facebook/flow#8276 [2] facebook/flow#8178
These obviously didn't get fixed in the RN v0.63 upgrade, as we'd thought they would... It turns out that it's a very similar bug [1] to the one we originally thought it was [2], but slightly different. `UserPresence` is an object type with an indexer *and* an additional property. [1] facebook/flow#8276 [2] facebook/flow#8178
These obviously didn't get fixed in the RN v0.63 upgrade, as we'd thought they would... It turns out that it's a very similar bug [1] to the one we originally thought it was [2], but slightly different. `UserPresence` is an object type with an indexer *and* an additional property. [1] facebook/flow#8276 [2] facebook/flow#8178
Flow version: 0.111
Try here
Expected behavior
I would have expected that the assignment to
z
works because all indexers are the same so the new variable should also work.Actual behavior
The text was updated successfully, but these errors were encountered: