Skip to content Skip to sidebar

Tagged: 

This topic contains 0 replies, has 0 voices.

Last updated by maciejK-33 2 months, 3 weeks ago.

Assisted by: Dražen.

Author Posts
January 26, 2026 at 10:52 am #17761935

maciejK-33

After updating to WordPress 6.9, the Gutenberg editor crashes with error:
TypeError: Cannot read properties of undefined (reading 'indexOf')

I identified the issue using browser console:
wp.blocks.getBlockTypes().filter(b => typeof b.description !== 'string')

Result: Block wpml/navigation-language-switcher has description as React element instead of string.

Environment:
- WordPress 6.9
- WPML 4.8.6
- Flatsome theme 3.20.4