Fixup import of ChakraComponent
It is no longer exposed in rx.components namespace
This commit is contained in:
parent
d28109f4c4
commit
3619595bcc
@ -998,7 +998,7 @@ def migrate_to_rx_chakra():
|
|||||||
|
|
||||||
|
|
||||||
def _get_rx_chakra_component_to_migrate() -> set[str]:
|
def _get_rx_chakra_component_to_migrate() -> set[str]:
|
||||||
from reflex.components import ChakraComponent
|
from reflex.components.chakra import ChakraComponent
|
||||||
|
|
||||||
rx_chakra_names = set(dir(reflex.chakra))
|
rx_chakra_names = set(dir(reflex.chakra))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user