Skip to content

Commit 2ee2d52

Browse files
authored
Fix pyi file merged after custom_attrs type change (#4330)
1 parent 855a20f commit 2ee2d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reflex/components/radix/themes/base.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class CommonPaddingProps(Component):
275275
id: Optional[Any] = None,
276276
class_name: Optional[Any] = None,
277277
autofocus: Optional[bool] = None,
278-
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
278+
custom_attrs: Optional[Dict[str, Union[Var, Any]]] = None,
279279
on_blur: Optional[EventType[[], BASE_STATE]] = None,
280280
on_click: Optional[EventType[[], BASE_STATE]] = None,
281281
on_context_menu: Optional[EventType[[], BASE_STATE]] = None,

0 commit comments

Comments
 (0)