Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[styled] Replace lowercase with lowerFirst #54

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

siriwatknp
Copy link
Member

Issue

if styleOverrides key is a camelCase, the style will not apply because of overrides[value.slot.toLowerCase()].

Fix

use lowercaseFirstLetter.

@siriwatknp siriwatknp added the bug 🐛 Something doesn't work label May 8, 2024
@siriwatknp siriwatknp requested a review from brijeshb42 May 8, 2024 05:28
@siriwatknp siriwatknp merged commit 306d703 into master May 8, 2024
18 checks passed
@siriwatknp siriwatknp deleted the fix/styled-slot branch May 8, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants