When navigating back from a native fragment to a web fragment, the Stimulus controllers connect() method is not called. As a result, bridge component on the page is not initialized.
Steps to reproduce:
- On a page with a bridge component, add a link to a native fragment. For example, in the demo app, on the Overflow page, add a link to the Numbers page.
- Click the link.
- Click the back button.
- The 3-dot toolbar item in the Overflow component page is missing.