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
ci: fix next releases due to failing type test (#6683)
**Related Issue:** #5644
## Summary
Component methods need to be private if they are using a 3rd party
package like lodash. Otherwise the package's types are included in dist
and we would need to move the package's types from devDeps to deps.
0 commit comments