SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem. What i found was i called my recieving object the same name as the class name. example:
const AspectType = new AspectType();
this screwed things up that way... hope this helps