Get expected radix library version from component
This commit is contained in:
parent
7338e8f66c
commit
8c405ded63
@ -4,6 +4,7 @@ from reflex.components.core.banner import (
|
|||||||
ConnectionPulser,
|
ConnectionPulser,
|
||||||
WebsocketTargetURL,
|
WebsocketTargetURL,
|
||||||
)
|
)
|
||||||
|
from reflex.components.radix.themes.base import RadixThemesComponent
|
||||||
from reflex.components.radix.themes.typography.text import Text
|
from reflex.components.radix.themes.typography.text import Text
|
||||||
|
|
||||||
|
|
||||||
@ -24,7 +25,7 @@ def test_connection_banner():
|
|||||||
"react",
|
"react",
|
||||||
"$/utils/context",
|
"$/utils/context",
|
||||||
"$/utils/state",
|
"$/utils/state",
|
||||||
"@radix-ui/themes@^3.0.0",
|
RadixThemesComponent().library or "",
|
||||||
"$/env.json",
|
"$/env.json",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
@ -42,7 +43,7 @@ def test_connection_modal():
|
|||||||
"react",
|
"react",
|
||||||
"$/utils/context",
|
"$/utils/context",
|
||||||
"$/utils/state",
|
"$/utils/state",
|
||||||
"@radix-ui/themes@^3.0.0",
|
RadixThemesComponent().library or "",
|
||||||
"$/env.json",
|
"$/env.json",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user