Skip to content

feat: Prioritize pseudoselectors over renders#9775

Merged
wisniewskij merged 16 commits into
mainfrom
@wisniewskij/pseudoselectors-priority-over-rerender2
Jul 2, 2026
Merged

feat: Prioritize pseudoselectors over renders#9775
wisniewskij merged 16 commits into
mainfrom
@wisniewskij/pseudoselectors-priority-over-rerender2

Conversation

@wisniewskij

@wisniewskij wisniewskij commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Currently changing the style of an object with pseudoselector during render will overwrite the effect of pseudoselector. It's not something that happens on web - pseudoselector (tagged with !important as in our web implementation) should be more important.

This PR tries to fix that.

Test plan

image

@wisniewskij wisniewskij marked this pull request as ready for review June 25, 2026 15:32
@wisniewskij wisniewskij marked this pull request as draft June 25, 2026 15:32
@wisniewskij wisniewskij marked this pull request as ready for review June 25, 2026 15:47
@wisniewskij wisniewskij marked this pull request as draft June 25, 2026 16:29
@wisniewskij wisniewskij requested a review from MatiPl01 June 25, 2026 16:29
@wisniewskij wisniewskij marked this pull request as ready for review July 2, 2026 08:57
@wisniewskij wisniewskij self-assigned this Jul 2, 2026
@wisniewskij wisniewskij added this pull request to the merge queue Jul 2, 2026
Merged via the queue into main with commit b398ccb Jul 2, 2026
18 checks passed
@wisniewskij wisniewskij deleted the @wisniewskij/pseudoselectors-priority-over-rerender2 branch July 2, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants