-
Is there a way to directly convert to capitalize?
s(
"us",
fmt("const [{}, set{setter}] = useState({})", {
i(1, "value"),
i(2, "initialValue"),
setter = l(l._1:upper(), 1), -- convert to capitalize
})
), |
Beta Was this translation helpful? Give feedback.
Answered by
L3MON4D3
Aug 17, 2022
Replies: 1 comment 1 reply
-
Is this a duplicate/first version of #538? looks like that should work 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
singlexyz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a duplicate/first version of #538? looks like that should work 👍