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
get_slot_changes
This results in a trailing comma in the function call, which is normally fine for modern envs but, ha, of course not in ancient ones.
Current output when the node has no values:
default_slot.p(get_slot_changes(default_slot_1, ctx, changed,), get_slot_context(default_slot_1, ctx, null)); ^
The text was updated successfully, but these errors were encountered:
Initialize get_slot_changes to null when not needed
003cf39
Fixes sveltejs#2697
Successfully merging a pull request may close this issue.
This results in a trailing comma in the function call, which is normally fine for modern envs but, ha, of course not in ancient ones.
Current output when the node has no values:
The text was updated successfully, but these errors were encountered: