kkinder / puepy

Python+Webassembly Frontend Framework via PyScript
https://puepy.dev
Apache License 2.0
218 stars 9 forks source link

Fix id keyword check in core.py [fixes #28] #29

Closed kkinder closed 3 months ago

kkinder commented 3 months ago

Changed the id keyword check to a string for correct dictionary key referencing. This ensures that the element ID assignment works as expected when passed in kwargs.