Error in creating new doctype

afeter kanban update in frappe when i try to create new doctype it is giving following error in console.

jquery.min.js:2 Uncaught TypeError: Cannot use ‘in’ operator to search for ‘length’ in true
at s (jquery.min.js:2)
at Function.each (jquery.min.js:2)
at Object.get_new_doc (desk.min.js:6916)
at form.min.js:6289
at Object.with_doctype (desk.min.js:5988)
at Object.frappe.ui.form.quick_entry (form.min.js:6284)
at desk.min.js:7159
at Object.with_doctype (desk.min.js:5988)
at Object.frappe.new_doc (desk.min.js:7155)
at list.min.js:159

is it error in frappe scripts or do i am making some mistakes?

Please update again this is fixed.

@rmehta thank you so much for your response.