Move 'navigation' to a component in order to fix the deprecation
See original GitHub issueExpected behavior: No deprecation warning
Actual behavior: There is a warning
DEPRECATION: Please refactor
{{render "navigation"}}
to a component and invoke via{{navigation}}
. (\'hospitalrun/templates/application.hbs\' @ L2:C2) [deprecation id: ember-template-compiler.deprecate-render] See http://emberjs.com/deprecations/v2.x#toc_code-render-code-helper for more details.
Steps to reproduce:
Run ember test
for instance
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Deprecating Navigator and React Navigation #12103 - GitHub
A possible plan is to move Navigator out into a separate repo and publish it to npm. We'd give people at least one...
Read more >Migrate to the Navigation component - Android Developers
Move screen-specific UI logic out of activities · Integrate the Navigation component · Add activity destinations · Combine activities ...
Read more >Upgrading from 5.x - React Navigation
The following changes will show deprecation warnings if you're using the related APIs, but your code will continue to work and may be...
Read more >force:navigateToComponent - Salesforce Developers
This event enables you to navigate from one Lightning component to another. Starting in API version 43.0, the force:navigateToComponent event is deprecated.
Read more >How to clear navigation Stack after navigating to another ...
This method is deprecated. Use setPopUpTo(int, boolean) with the id of the NavController's graph and set inclusive to true. Old Answer. If you ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s available. Please, feel free to take
Done @stukalin , Thank you for completing my work.