Skip to content

Commit

Permalink
Pin attr-accept to 2.2.2 to avoid breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf committed Oct 9, 2024
1 parent e637f48 commit 8119ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reflex/components/core/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class Upload(MemoizationLeaf):
"""A file upload component."""

library = "react-dropzone@14.2.3"
lib_dependencies: List[str] = ["attr-accept@2.2.2"]

tag = "ReactDropzone"

Expand Down

0 comments on commit 8119ec1

Please sign in to comment.