DEV Community

Discussion on: No More ../../../ Import in React

Collapse
 
defite profile image
Nikita Makhov

This can occur due to conflicting names. I use aliases like this: @utils, @components. I'm sure there will be case, where I will cross such namespace for module, but still there is no such case.

Collapse
 
leonblade profile image
James Stine

I believe the issue was with the package react-i18next. This seems a bit too much for the project I'm working on, but it might be cool with starting a new project.

Some comments have been hidden by the post's author - find out more