Title: console errors when visiting comments&gt;categories page in wordpress admin.
Last modified: May 25, 2022

---

# console errors when visiting comments>categories page in wordpress admin.

 *  Resolved [Darius Ju](https://wordpress.org/support/users/dariusju/)
 * (@dariusju)
 * [4 years ago](https://wordpress.org/support/topic/console-errors-when-visiting-commentscategories-page-in-wordpress-admin/)
 * screenshoot -> [https://prnt.sc/raA_aODhoiKQ](https://prnt.sc/raA_aODhoiKQ)
 * _Uncaught TypeError: Object(…)(…).getKeywords(…).split is not a function
    at 
   t.<anonymous> (classic.js?ver=1.0.89.1:1:46380) at e (lodash.min.js?ver=4.17.19:
   9:34192) at f (lodash.min.js?ver=4.17.19:9:34444) at o (lodash.min.js?ver=4.17.19:
   9:34342) (anonymous) @ classic.js?ver=1.0.89.1:1 e @ lodash.min.js?ver=4.17.19:
   9 f @ lodash.min.js?ver=4.17.19:9 o @ lodash.min.js?ver=4.17.19:9 react-dom.min.
   js?ver=17.0.1:9 Uncaught Error: Minified React error #200; visit [https://reactjs.org/docs/error-decoder.html?invariant=200](https://reactjs.org/docs/error-decoder.html?invariant=200)
   for the full message or use the non-minified dev environment for full errors 
   and additional helpful warnings. at e.render (react-dom.min.js?ver=17.0.1:9:117436)
   at classic.js?ver=1.0.89.1:1:70406 e.render @ react-dom.min.js?ver=17.0.1:9 (
   anonymous) @ classic.js?ver=1.0.89.1:1 classic.js?ver=1.0.89.1:1 Uncaught TypeError:
   t.split is not a function at t.value (classic.js?ver=1.0.89.1:1:47617) at t.value(
   classic.js?ver=1.0.89.1:1:70974) at t.value (classic.js?ver=1.0.89.1:1:45000)
   at classic.js?ver=1.0.89.1:1:44806

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Rank Math Support](https://wordpress.org/support/users/rankmathteam/)
 * (@rankmathteam)
 * [4 years ago](https://wordpress.org/support/topic/console-errors-when-visiting-commentscategories-page-in-wordpress-admin/#post-15705371)
 * Hello [@dariusju](https://wordpress.org/support/users/dariusju/),
 * Thank you for contacting the support and sorry for not following up quickly and
   for any inconvenience that might have been caused due to that.
 * We have identified this as a bug and will soon release a fix for this. For now,
   to fix the issue, please navigate to WP Dashboard > Plugins > Plugin File Editor
   and replace the code on line 90 of `seo-by-rank-math/blob/master/includes/admin/
   metabox/class-metabox.php`:
 * Replace this:
    `if ( ! $is_gutenberg && ! $is_elementor && 'rank_math_schema'!
   == $screen->post_type ) {`
 * With:
 *     ```
       if (
       			! $is_gutenberg &&
       			! $is_elementor &&
       			'rank_math_schema' !== $screen->post_type &&
       			'edit-tags' !== $screen->base
       ) {
       ```
   
 * Hope this helps. Let us know if you need any other assistance.
 *  Plugin Support [Rank Math Support](https://wordpress.org/support/users/rankmathteam/)
 * (@rankmathteam)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/console-errors-when-visiting-commentscategories-page-in-wordpress-admin/#post-15741767)
 * Hello,
 * Thank you for your patience.
 * Please update Rank Math & all other plugins, themes, and WordPress to the latest
   version.
 * The issue should be fixed.
 * If not, please feel free to open a support topic or reply to this message and
   we will be more than happy to assist.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘console errors when visiting comments>categories page in wordpress admin.’
is closed to new replies.

 * ![](https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330)
 * [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings](https://wordpress.org/plugins/seo-by-rank-math/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-by-rank-math/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-by-rank-math/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-by-rank-math/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-by-rank-math/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-by-rank-math/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Rank Math Support](https://wordpress.org/support/users/rankmathteam/)
 * Last activity: [3 years, 12 months ago](https://wordpress.org/support/topic/console-errors-when-visiting-commentscategories-page-in-wordpress-admin/#post-15741767)
 * Status: resolved