-
BaseMode.ts
Creator.ts
UserProfile.ts
FWIW I'm running Adonis Core "5.4.2" /node_modules/@poppinss/utils/build/src/Helpers/requireAll.js:61
console logs an array of undefined. Leading to the error... Any idea what's going on here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I fixed it with this solution.
Moved the import inside the method like this article explains! Update: found this, finally. https://mariusschulz.com/blog/dynamic-import-expressions-in-typescript. It seems to be a Typescript construction. |
Beta Was this translation helpful? Give feedback.
I fixed it with this solution.