Wrapped components don't allow css-style default props to be passed through
Open
- Dominant language
- Python
- Stars
- 29
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
for instance, passing width and height to `clerk.user_button` isn't supported, despite `UserButton.create` supporting it.
See discussion in discord here:
https://discord.com/channels/1029853095527727165/1241195025770217544/1248673261584121916
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the wrapper for clerk.user_button and compare its accepted props with the UserButton.create API mentioned in the issue. Reproduce the missing width and height behavior, then verify that CSS-style default props pass through to the wrapped component without breaking existing usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100