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

Add generators as children causes issues #6

Closed neriyaco closed 7 months ago

neriyaco commented 7 months ago

I think, just check it

neriyaco commented 7 months ago

Yeah we're not gonna support generators as children as it might have side effects when unpacking. Instead, developers should unpack the generator themselves.