You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we redefined the props inside of the custom component instead of using the existing ones, they are set correctly during build time, so it is definitely about Typescript not being able to resolve the imports from other files
it seems there's an issue with the UI lib build types
when we declare the props of a component and they either:
they are not resolved by typescript and when we install the package they are any
for example, this one doesn't work:
it is resolved to:
If we redefined the props inside of the custom component instead of using the existing ones, they are set correctly during build time, so it is definitely about Typescript not being able to resolve the imports from other files
The text was updated successfully, but these errors were encountered: