ArcGIS JS 3.12 Editor Widget Error

2505
1
12-23-2014 01:15 PM
by Anonymous User
Not applicable

I have traced my issue with 3.12 to the Editor Widget.‌ When I load this module I get the error Uncaught TypeError: Cannot read property 'toString' of undefined.  There is is catching on line 899 of the js file.  If I comment this module out I can run my application without issue.

Has anyone been able to successfully load this module after updating to 3.12?

0 Kudos
1 Reply
ChrisSergent
Regular Contributor III

Have you made sure you typed the reference in your require statement correctly and made sure that your require statement for the editor lines up with the variable for the editor in the following function? That's how I usually end up with that error.

0 Kudos