diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index 027ed91881c..9220ee570d9 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -149,4 +149,5 @@ def DEPENDENCIES(cls) -> dict[str, str]: # This should always match the `react` version in DEPENDENCIES for recharts compatibility. "react-is": _react_version, "cookie": "1.0.2", + "rollup": "4.44.2", }