Misleading variable name in the migration guide
See original GitHub issueDescribe the bug
The migration guide uses the variable name v$
. This is misleading because the 0.x
version used $v
. After the migration, I couldn’t figure out why the errors occurred for a long time.
setup () {
return { v$: useVuelidate() }
},
https://vuelidate-next.netlify.app/migration_guide.html
Expected behavior You can add a new paragraph to the migration about renaming the variable, but do it explicitly.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Migrating from the "engine" option - Apollo GraphQL Docs
Apollo Server v2.18 deprecates the engine option to the ApolloServer constructor and provides a new way of configuring its communication with Apollo Studio....
Read more >Variables Guide — os-migrate documentation - GitHub Pages
The goal of this document is to guide users to correctly configure the most important variables in OS Migrate. For a complete listing...
Read more >Runtime Changes for Migration from .NET Framework 4.7.2 to ...
Method 1: Environment variable This method affects any environment that inherits this environment variable. This might be just a single console ...
Read more >Backward Incompatible Changes - Manual - PHP
Some "Only variables should be passed by reference" notices have been converted to "Argument cannot be passed by reference" exception. The generated name...
Read more >Migration Guide - Spock Framework
Assert unroll expressions by default This means tests that were successful but had an #Error: name rendering will now fail. It can be...
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
WDYT? Is this enough in the migration guide?
Oh I see what you mean. Make it explicit with a warning for Vue 2 users? Yep will do!