Commit 9f95fb7
Section about deprecated onDemand and onAbort callback arguments (#2330)
* Added deprecated onDemand and onAbort callback arguments to migration guide
The onDemand and onAbort callbacks for router.push and .replace were deprecated in v4. I added a section to the migration guide explaining that users should replace them with the thenable Promise the methods return.
* Apply suggestions from code review
* Update packages/docs/guide/migration/index.md [skip ci]
---------
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>1 parent 7d1db18 commit 9f95fb7
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
446 | 452 | | |
447 | 453 | | |
448 | 454 | | |
| |||
0 commit comments