Skip to content

fix: args and kwargs on library components#87

Merged
toby-coleman merged 4 commits intomainfrom
bug/library-component-args
Feb 26, 2025
Merged

fix: args and kwargs on library components#87
toby-coleman merged 4 commits intomainfrom
bug/library-component-args

Conversation

@toby-coleman
Copy link
Contributor

@toby-coleman toby-coleman commented Feb 26, 2025

Summary

Fixes the library components so that they all handle *args, **kwargs consistently and pass them through to super().

Changes

  • *args and **kwargs on the constructor of all library components.
  • Added to docstrings with hyperlink to Component.

@toby-coleman toby-coleman merged commit 306d4df into main Feb 26, 2025
3 checks passed
@toby-coleman toby-coleman deleted the bug/library-component-args branch February 26, 2025 20:53
toby-coleman added a commit that referenced this pull request Mar 15, 2025
# Summary
Fixes the library components so that they all handle `*args`, `**kwargs`
consistently and pass them through to `super()`.

# Changes
* `*args` and `**kwargs` on the constructor of all library components.
* Added to docstrings with hyperlink to `Component`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant