Pls see the stackoverflow link, “https://stackoverflow.com/questions/59892521/facing-error-while-creating-custom-widget-in-dojo-could-not-identify-the-reason”.
Unfortunately no help from Stackoverflow
If anyone know the answer pls let me know.
Pls see the stackoverflow link, “https://stackoverflow.com/questions/59892521/facing-error-while-creating-custom-widget-in-dojo-could-not-identify-the-reason”.
Unfortunately no help from Stackoverflow
If anyone know the answer pls let me know.
This error generally occurs from attempting to parse a widget before you’ve loaded all of its dependencies and made sure the DOM is ready.
I would check the following:
In CustomPopup.js
In your main.js or whatever is initiating the parsing:
You should never use id for dojo widgets.
Use data-dojo-attach-point instead