You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on the Visit /foo/1/bar/2 link in the example. This will render two nested views, and each view will output the parameter that received (this.id)
What is expected?
The first view should receive id=1, and the 2nd id=2, so I expect this to be printed:
View id=1
View id=2
What is actually happening?
Both views appear to receive the same parameter, the value of the last one, and instead this is printed: