Skip to content

Commit cd21a00

Browse files
Add marker to _MAPPING for proper lazy loading
- Enables marker component to be discovered by Reflex's import system - Addresses PR feedback from @adhami3310 Co-Authored-By: khaleel@reflex.dev <khaleel.aladhami@gmail.com>
1 parent c8413ba commit cd21a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"memo",
269269
"ComponentNamespace",
270270
],
271-
"components.el.elements.media": ["image"],
271+
"components.el.elements.media": ["image", "marker"],
272272
"components.lucide": ["icon"],
273273
**COMPONENTS_BASE_MAPPING,
274274
"components": ["el", "radix", "lucide", "recharts"],

0 commit comments

Comments
 (0)