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
TypeError: Cannot set property 'nodeValue' of null
3.0.0-beta.3
https://jsfiddle.net/2kqhnj1y/1/
click table header ( th ) and then you will have the error on the console.
th
the error does not happen and rows are sorted correctly
the error happens and sort function is not triggered
If I delete a slot inside my-table, it works correctly
my-table
The text was updated successfully, but these errors were encountered:
fix: slotOutlet fallback should include an function
1a45f52
fix vuejs#1021
fix(slots): compiled slot fallback should be functions (#1030)
2b19965
This avoids it being collected as dynamic children when it's not used. fix #1021
fix(slots): compiled slot fallback should be functions (vuejs#1030)
8dbd5d0
This avoids it being collected as dynamic children when it's not used. fix vuejs#1021
Successfully merging a pull request may close this issue.
Version
3.0.0-beta.3
Reproduction link
https://jsfiddle.net/2kqhnj1y/1/
Steps to reproduce
click table header (
th
) and then you will have the error on the console.What is expected?
the error does not happen and rows are sorted correctly
What is actually happening?
the error happens and sort function is not triggered
If I delete a slot inside
my-table
, it works correctlyThe text was updated successfully, but these errors were encountered: