Eduardo San Martin Morote

Results 866 comments of Eduardo San Martin Morote

> It is customary to re-export the peer-dependencies of your dependencies That seems counterintuitive. Do you have a source? Is this yarn only? If a package dependency's peer dependencies are...

Thanks for the contribution, I found out this could break usage for existing users and creating really hard to debug errors. Usually one installs this package after installing vue and...

I have more detailed answers in the Vue router repo and the summary of it is that the navigation API is still experimental and could change or disappear at any...

But the watchEffect should be attached to the effectScope like a regular watch The return is intentional to simulate a store

Any mock to the router does indeed need a bit more if they use the composables. I think some cookbook entry would be a nice thing if anybody is up...

Some features cannot be backported without rewriting big parts of the router. I tried porting back as much as I could in the limited time I have. If anybody wants...

Closing due to inactivity. Please open a new issue with a reference to this one if you can follow up with more information.

v3 is a bit stricter here but it could indeed handle it if the runtime already works. As a workaround, you can can try to omit the param: ```ts params:...

Thanks for the PR. Can you provide a failing test or boiled-down repro? Note a base should not contain a hash

That base has a hash though. As I said, it cannot have a hash