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
We just added lazy-loader package and it seems to work like a charm.
However, when we activate EAGER_IMPORT on our CI's or locally, we encounter many circular import and everything fails.
Not sure why and it seems I miss understand something.
Can someone explain this behavior?
I check all the other projects using lazy-loader package and they all use relative import. So, I suppose, there is a reason I do not get or an issue with the package.