Skip to content

Commit f5071bf

Browse files
committed
no more fragment import there
1 parent f88c6a0 commit f5071bf

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

reflex/components/component.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,13 +2654,6 @@ def _cached_get_all_var_data(self) -> VarData | None:
26542654
VarData(
26552655
imports=self._var_value._get_all_imports(),
26562656
),
2657-
VarData(
2658-
imports={
2659-
"react": [
2660-
ImportVar(tag="Fragment"),
2661-
],
2662-
}
2663-
),
26642657
)
26652658

26662659
def __hash__(self) -> int:

0 commit comments

Comments
 (0)