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
# Summary
CoW-shed was using absolute imports in some places which causes the
generated types to not find the the proper imports.
Changed it to relative.
# Testing
In this lib all tests were passing as before.
The issue was when importing it on watch-tower.
I built it with `yalc`, published locally and installed onto
watch-tower.
After that the build was successful.
0 commit comments