Uncaught TypeError: Cannot convert undefined or null to object
-
Line
18
ofplugin-scripts.js
is throwing this error in the Chrome browser console.The offending line is this:
language: langs[Object.keys(langs)[Object.keys(langs).length - 1]]
Evidently
langs
is empty.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Uncaught TypeError: Cannot convert undefined or null to object’ is closed to new replies.