WARN Duplicated imports "uuid", the one from "ProjectPath/server/utils/generate
I get this error alot for a project of mine.
Basicly every export seems to be marked as duplicated imports.
Does anyone got an idea about why this happends and how i can avoid it?
1 Reply
i never import the utils by hand, and erhere is only one function defined with that name
okay, managed to solve it, nvm 🙂
(the project is using layers/extends, the same functions where defined in the base repo)