xpodev / seamless

A Python package for creating and manipulating HTML components. It is working similar to React.js, but in Python.
https://seamless.readthedocs.io
MIT License
11 stars 1 forks source link

fix typing issue of extra items #62

Open elazarcoh opened 1 month ago

elazarcoh commented 1 month ago

fix the typing issue with extra props

neriyaco commented 1 month ago

I get this error: Argument missing for parameter "__extra_items__" from pylance.

elazarcoh commented 1 month ago

It seems we'll have to wait for the release of PEP 728, currently pyright has only experimental support for this.

neriyaco commented 1 month ago

I'm going to close this PR until it is implemented. Python 3.13 should come out soon and when it does we will see if PEP 728 will be implemented in 3.13.