(event=None)
| 1322 | ) |
| 1323 | |
| 1324 | def fn(event=None) -> rx.Component: |
| 1325 | return rx.button("hi") |
| 1326 | |
| 1327 | # Python <=3.10 wraps a ``= None`` param into a union with ``None`` (its |
| 1328 | # ``get_type_hints`` adds ``Optional``); the ``EventHandler`` underneath |
no outgoing calls
no test coverage detected