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
Reason: From what i debugged by duplicate the code to my project, i had found the recursive function trying to include all folder from the root folder which suspose to not be import e.g. .next , node_module, cache (when the recursive function hit the root alias)
Figure: The recursive function trying to resolve every file and folder from root
The text was updated successfully, but these errors were encountered:
Figure: Not supported alias
Reason: From what i debugged by duplicate the code to my project, i had found the recursive function trying to include all folder from the root folder which suspose to not be import e.g.
.next
,node_module
,cache
(when the recursive function hit the root alias)Figure: The recursive function trying to resolve every file and folder from root
The text was updated successfully, but these errors were encountered: