router
router copied to clipboard
fix: warn when multiple instances of router package are used in one app
Demo: https://github.com/znck/double-router-demo Codesandbox: https://githubbox.com/znck/double-router-demo
I think this is too complicated for a warning. If it can be implemented with one single check (e.g. on the most commonly used feature like RouterView) then it could be added but also I haven't seen any reports of this issue so I don't such a niche case is worth adding