Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions reflex/components/base/error_boundary.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ def create(cls, *children, **props):
height="100%",
width="100%",
position="absolute",
background_color="#fff",
color="#000",
display="flex",
align_items="center",
justify_content="center",
Expand Down
Loading