Skip to content

Commit 97a9f83

Browse files
committed
woops
1 parent ed8587d commit 97a9f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/plugins/_screenshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def clone_state(request: "Request") -> "Response":
111111

112112
old_state = await app.state_manager.get_state(token_to_clone)
113113

114-
new_state = old_state._deep_copy()
114+
new_state = _deep_copy(old_state)
115115

116116
new_token = uuid.uuid4().hex
117117

0 commit comments

Comments
 (0)