ReferenceError: Cannot access 'Model' before initialization #4883
Unanswered
AleDiBernardo
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i have this error for all my model's imports that are in subfolder
Folder structure:
app/models/FolderName/
package.json:
Import:
import ModelName from "#models/FolderName/ModelName"
the models are not imported in any service, there is a way that i can fix it?
Beta Was this translation helpful? Give feedback.
All reactions