-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Slots level mess up #242
Comments
2 tasks
Recording: Screen.Recording.2024-06-19.at.01.22.01.mov |
Doctor-wu
added a commit
to Doctor-wu/core
that referenced
this issue
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, dynamic slots will re-render when dependencies change.
It will override static slots if the dynamic slot has the same name as the static slots which is not expected.
Slots should determine who renders based on the declaration order.
Check DEMO and change input's value, and then change back to "default", you will find the dynamic slots rendered, but it shouldn't, since static slot declared later than dynamic slot.
The text was updated successfully, but these errors were encountered: