Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Please upload a sample project that reproduces this issue.
ap...@google.com <ap...@google.com> #3
There is no need. Just check DynamicGraphNavigator code and you will understand the problem with DynamicActivityNavigator.
Besides I pointed out to a class and made a screenshot of what is missing
Besides I pointed out to a class and made a screenshot of what is missing
ap...@google.com <ap...@google.com> #4
Also, making a sample project means testing in production, because dynamic feature modules are testable only after uploading to play market. We dont have any resources to do that
ap...@google.com <ap...@google.com> #5
Also check a screenshot please
ki...@google.com <ki...@google.com> #6
ma...@google.com <ma...@google.com> #7
The way Dynamic Navigation has to handle activities is inherently different from other destinations so not returning there could possibly be intentional.
Is this something new that was caused by upgrading to 2.5.0? Or was it pre-existing?
ap...@google.com <ap...@google.com> #8
It is caused by upgrading from 2.3.0 to 2.5.0.
When we saw this issue we did a rollback to 2.3.5.
2.3.5 - the last version where this issue doesn't exist
When we saw this issue we did a rollback to 2.3.5.
2.3.5 - the last version where this issue doesn't exist
ap...@google.com <ap...@google.com> #9
and in 2.3.5 you do have a return statement there
an...@google.com <an...@google.com> #10
You're right, looks like we didn't add it back when we made
cl...@google.com <cl...@google.com> #11
I n what version we can expect to get it back?
ap...@google.com <ap...@google.com> #12
any news? :)
ap...@google.com <ap...@google.com> #13
The statement was removed during the migration to V2, when we did not expect this problem to occur.
Description
Elements typically have different visual appearance / behavior when they are:
etc
We should provide a consistent API story around managing these states, and make it easy to combine foundational interactions such as
draggable
, to wire up these states within a component.