Suggestion: experimental feature should be disabled by default
See original GitHub issueIn recent case ( v0.19.0 , v0.19.1 ) it would be
"vetur.experimental.templateInterpolationService": false
An experimental feature which is not fully battle tested might confuse users when things are not going well.
Features in this stage should be able to be manually turned on, usually by people who know what they are doing, and/or have a need for the certain feature. And they can help you test the feature before it is ready to be enabled by default.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:21
- Comments:6 (3 by maintainers)
Top Results From Across the Web
iOS 15 Experimental WebKit Features: GPU Process
Experimental features that are not ready for developer testing are disabled by default. When they are ready to be tested and used, they...
Read more >r/iOSBeta - Hi, someone smart help ?? what do these “WebKit ...
An unofficial community to discuss Apple's iOS/iPadOS beta software ... iOS beta has a button to reset the experimental features to default?
Read more >Test experimental features in Chrome - Google Support
Open Chrome. Next to the address bar, select Experiments . Next to the feature's name and description, select the down arrow and then...
Read more >Reset Safari's Experimental Features to the Defaults to Fix or ...
Navigate to Settings –> Safari –> Advanced –> Experimental Features, and then scroll to the bottom and tap "Reset All to Defaults." There...
Read more >"Experimental features" warning should be configurable via flag
I'm curious, what's the purpose of disabling the warning? From my perspective, the whole point of the warning is to make it impossible...
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 FreeTop 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
Top GitHub Comments
I disabled it by default because upstream issues like https://github.com/vuejs/vetur/issues/1226 is not solvable through types yet, and
mapGetters
from vuex can’t add members tothis
either.You may
git clone
some random, active, seems-well-maintained vue projects on GitHub, open them with your new release candidate. And compare it with your last stable release?Before major release at least have some look from the perspective of the end users.