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

inline PropObject type #2585

Open
straxico opened this issue Dec 14, 2020 · 0 comments
Open

inline PropObject type #2585

straxico opened this issue Dec 14, 2020 · 0 comments

Comments

@straxico
Copy link

An index signature parameter type cannot be a union type. Consider using a mapped object type instead

type PropObject = { [key: Prop]: Align | Justify };

for fix

type PropObject = { [key in Prop]: AlignInline | JustifyInline; };
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

1 participant