Skip to content
New issue

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

[SSR] SSR v2 scoped slots should handle variable names like generateMarkup #4768

Open
nolanlawson opened this issue Nov 1, 2024 · 0 comments

Comments

@nolanlawson
Copy link
Collaborator

nolanlawson commented Nov 1, 2024

As of #4767 we implemented scoped slots, but we are not correctly handling the case where the bound variable name is already reserved for the framework, e.g. tmpl or generateMarkup. We should do proper shadowing so that these variable names don't conflict.

In other words: component authors shouldn't be able to use variable names like tmpl that change what the framework intends to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant