Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add helpful comment
Browse files Browse the repository at this point in the history
Co-authored-by: Masen Furer <m_github@0x26.net>
adhami3310 and masenf authored Jul 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7d58528 commit b70923e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reflex/components/component.py
Original file line number Diff line number Diff line change
@@ -469,6 +469,7 @@ def __init__(self, *args, **kwargs):

if isinstance(style, Breakpoints):
style = {
# Assign the Breakpoints to the self-referential selector to avoid squashing down to a regular dict.
"&": style,
}

0 comments on commit b70923e

Please sign in to comment.