Can't resolve “c is not a constructor” error

瘦欲@ 提交于 2019-12-01 21:26:22

When using the loader, make sure you are running with ext-all-dev.js (or ext-dev.js) not -debug. -dev will report loader errors, but -debug will not. This type of problem is a pain to track down as the application grows, but dev will report it right away (in your console).

I have only seen this tidbit mentioned once, but it has saved me days of debugging.

I reporoduced this error and I've found out that GeoSniffer.store.Clients because you've got typo in your client.js file. There is GeoSniffer.model.client instead of GeoSniffer.model.Client. There is also GeoSbiffer namespace used in *List files.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!