straxico opened this issue 4 years ago · 0 comments
An index signature parameter type cannot be a union type. Consider using a mapped object type instead
orbit/packages/orbit-components/src/Inline/helpers.js
Line 49 in 0fdff4f
for fix
type PropObject = { [key in Prop]: AlignInline | JustifyInline; };