From dcb06f567a3600834c03d7111bc7868ddc3af7fd Mon Sep 17 00:00:00 2001 From: Khaleel Al-Adhami Date: Wed, 6 Nov 2024 10:47:55 -0800 Subject: [PATCH] remove it completely? --- reflex/components/datadisplay/dataeditor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/reflex/components/datadisplay/dataeditor.py b/reflex/components/datadisplay/dataeditor.py index 3edd7d5f28..e3f0b71177 100644 --- a/reflex/components/datadisplay/dataeditor.py +++ b/reflex/components/datadisplay/dataeditor.py @@ -189,7 +189,6 @@ class DataEditor(NoSSRComponent): library: str = "@glideapps/glide-data-grid@^6.0.3" lib_dependencies: List[str] = [ "lodash@^4.17.21", - "marked@^4.0.10", "react-responsive-carousel@^3.2.7", ]