We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.5.16
https://jsfiddle.net/hirokiosame/38nzxq6c/26/
Run the code. The injected result will show [undefined, "bar"] in the console.
[undefined, "bar"]
For the merging to work properly. The expected result is ['foo', 'bar'], which is what you'll see when you convert keyA and keyB into strings.
['foo', 'bar']
keyA
keyB
Merging fails: [undefined, "bar"]
The text was updated successfully, but these errors were encountered:
fix(provide): Merges symbol provides
e392ec3
Fixes merging multiple provides using Symbols fix vuejs#7923
@posva Would you mind taking a look at this?
Sorry, something went wrong.
Closed via #7926
No branches or pull requests
Version
2.5.16
Reproduction link
https://jsfiddle.net/hirokiosame/38nzxq6c/26/
Steps to reproduce
Run the code. The injected result will show
[undefined, "bar"]
in the console.What is expected?
For the merging to work properly. The expected result is
['foo', 'bar']
, which is what you'll see when you convertkeyA
andkeyB
into strings.What is actually happening?
Merging fails:
[undefined, "bar"]
The text was updated successfully, but these errors were encountered: