You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/features/components.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Convert any Django view into a IDOM component by usng this decorator. Compatible
35
35
36
36
| Type | Description |
37
37
| --- | --- |
38
-
| `Callable[[HttpRequest | None, Sequence | None, Dict | None], Component]` | A function that takes a `request=...`, `args=...`, and `kwargs=...` and returns an IDOM component. |
38
+
| `Callable[[HttpRequest | None, Sequence | None, Mapping | None], Component]` | A function that takes a `request=...`, `args=...`, and `kwargs=...` and returns an IDOM component. |
0 commit comments