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

타입에 오타가 있습니다 #16

Closed
RanolP opened this issue Sep 5, 2022 · 3 comments
Closed

타입에 오타가 있습니다 #16

RanolP opened this issue Sep 5, 2022 · 3 comments

Comments

@RanolP
Copy link
Contributor

RanolP commented Sep 5, 2022

#5 (fix: invalid return type of cssVariables function)에서 적용한 타입에 오타가 있습니다. 실수로 고치다가 뒤에 있던 중괄호 하나를 그대로 놔뒀나봅니다. 🤯

v: { [K in keyof T]: `var(${VariableName<P, K>})` }

) as { [K in keyof T]: `var(${VariableName<P, K>})` }

@shiftpsh
Copy link
Member

이슈 남겨 주셔서 감사합니다! 확인이 늦어서 죄송합니다. 다음 릴리즈 전에 수정하도록 하겠습니다.

@shiftpsh
Copy link
Member

다시 확인해 봤는데 extra }가 있는 게 맞는지요? template string literal 문법인 걸로 보입니다.

@RanolP
Copy link
Contributor Author

RanolP commented Oct 21, 2022

앗 헷갈렸나보네요... 확인해주셔서 감사합니다

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

No branches or pull requests

2 participants