Describe the bug
in fasthtml/components.pyi there are 115 function definitions where hx_indicator is duplicated, that makes the file not correctly readable by mypy that throws error: Duplicate parameter "hx_indicator" in function definition
Minimal Reproducible Example
On https://mypy-play.net/?gist=e99d5734856f8ac11110547eea074de5 I have copied the file in the mypy playground
Describe the bug
in fasthtml/components.pyi there are 115 function definitions where hx_indicator is duplicated, that makes the file not correctly readable by
mypythat throwserror: Duplicate parameter "hx_indicator" in function definitionMinimal Reproducible Example
On https://mypy-play.net/?gist=e99d5734856f8ac11110547eea074de5 I have copied the file in the mypy playground