Status Update
Comments
uc...@google.com <uc...@google.com>
ra...@google.com <ra...@google.com> #2
Forgot to add the second screenshot. Here it is
gh...@google.com <gh...@google.com> #3
Hi! I don't seem to be able to reproduce this behavior. As far as the resolution goes, these are treated exactly the same under the hood so I'm not sure how there would be a discrepancy.
I did notice that in your example, you are missing a semicolon after "age" in the PersonView
, and when I left that out, I got the same issue with things not resolving, but once I put the semicolon then everything worked as expected. Just want to verify that that's not the cause.
gh...@google.com <gh...@google.com>
jl...@google.com <jl...@google.com>
jl...@google.com <jl...@google.com>
an...@google.com <an...@google.com> #4
The missing semicolon is a typo from my part and shouldn't change the behaviour in the issue. In my own code, I also have a semicolon. Unfortunately I don't seem to be able to edit the issue description.
Maybe the issue only arises in certain situations? I gave a simplified version of the problem with simple objects, but in my project I have database view on joins. I made sure that the simplified version of the issue also arises syntax errors in my own project though. Maybe something else clashes with it?
At the moment of writing, there are 2 other persons who also seem to have the issue (looking at the "I am impacted" vote count), so it seems that I'm not the only one with the issue, but weird that you can't seem to reproduce with my example.
Let me try to reproduce the issue in a clean project. Give me day or two for that.
Description
In Studio we have an action in the Help menu called "Submit Feedback" which routes to this issue tracker.
I wonder if it would be more helpful to call this "File Bug" instead?