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

fix(v2): attribute setting and CSR event registration #6649

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

Varixo
Copy link
Member

@Varixo Varixo commented Jul 7, 2024

This PR fixes attribute toggling and CSR event registration

@Varixo Varixo requested a review from a team as a code owner July 7, 2024 14:50
@Varixo Varixo changed the title fix(v2): attribute toggling and CSR event registration fix(v2): attribute setting and CSR event registration Jul 7, 2024
Copy link
Member

@wmertens wmertens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🙌

@@ -592,6 +598,9 @@ export const vnode_diff = (
HANDLER_PREFIX + ':' + scope + ':' + eventName,
value
);
if (eventName) {
registerQwikLoaderEvent(eventName);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we don't need to add the scope to the event name, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

@mhevery mhevery merged commit d8ada7f into QwikDev:build/v2 Jul 8, 2024
19 checks passed
@Varixo Varixo deleted the v2-attribute-toggling branch July 8, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants