e.withConfig is not a function TypeError: e.withConfig is not a function

1
Hi Guys,  I’m facing this issue while adding new date attributes using Datepicker in my app. After running the app the input fields are not showing in the page. e.withConfig is not a function TypeError: e.withConfig is not a function     at t.createDayFormatter (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:39:218469)     at new t (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:39:217677)     at Xi (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:61:47126)     at ca (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:61:62618)     at Ns (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:61:99313)     at _s (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:61:83663)     at ws (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:61:80695)     at ds (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:61:78210)     at Hs (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:61:104968)     at Gs (http://localhost:8080/mxclientsystem/mxui/mxui.js?637793090688248354:61:105043)   Can you please help me out of this?   Regards,  Tanmay Ghosh
asked
1 answers
1

I resolved this issue by giving the access rights to these Date attributes in domain model of the particular entity.

answered