Javascript error on Users admin screen
-
I’m seeing this JS error on the Users admin screen:
Uncaught TypeError: Cannot read properties of null (reading 'setService') .../wp-content/plugins/admin-columns-pro/assets/editing/js/table.js?ver=1653330677 line 2
Here is the related JS code:
AC_SERVICES.addListener("Table.Ready", (e=>{ const t = e.table; if (!AC.hasOwnProperty("layout") || null === AC.layout) return; var n, s; n = e.table.Columns, s = ACP_Editing_Columns, Object.keys(s).forEach((e=>{ n.get(e).setService("inlineEditable", s[e].inline_edit), // ERROR is here n.get(e).setService("bulkEditable", s[e].bulk_edit) }
Please fix.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Javascript error on Users admin screen’ is closed to new replies.