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
I've encountered a strange issue. When I import a component from lib/components to lib/pages using the @lib path, I get a TypeError: type is undefined error. However, if I import it classically like this: import { NavbarComponent } from '../../lib/components';, it works perfectly fine. Does anyone know why this is happening?
The text was updated successfully, but these errors were encountered:
I've encountered a strange issue. When I import a component from lib/components to lib/pages using the @lib path, I get a TypeError: type is undefined error. However, if I import it classically like this: import { NavbarComponent } from '../../lib/components';, it works perfectly fine. Does anyone know why this is happening?
The text was updated successfully, but these errors were encountered: