Gutenberg: REACT error: [sprintf] property "selectedCount" does not exist

Created on 7 Mar 2018  路  12Comments  路  Source: WordPress/gutenberg

Issue Overview

If I hover over the editor I get the error:

bildschirmfoto 2018-03-07 um 10 24 05

bildschirmfoto 2018-03-07 um 10 25 06

Steps to Reproduce (for bugs)

  1. Install Gutenberg 2.3.0
  2. Go to Demo-page
  3. Hover over text in editor

My system:

  • WordPress 4.9.4 (german)
  • MacBook Pro/macOS 10.13.3
  • Safari Version 11.0.3
  • Chrome Version 64.0.3282.186

Expected Behavior


Current Behavior


Possible Solution


Screenshots / Video

Related Issues and/or PRs

Todos

  • [ ] Tests
  • [ ] Documentation
Internationalization (i18n) [Type] Bug

Most helpful comment

That being said, a failure to translate a string should ideally not crash the entire application.

All 12 comments

I'm unable to reproduce this. Can you clarify whether you have any other plugins activated on the site?

And over what specifically you are hovering when this error occurs?

I tested it in a blank docker container with a standard WordPress installation.

It shows up, if I hover over a block:

marz-07-2018 15-36-00

I could even reproduce it in a virtual box with Windows and Edge

Duplicate #5472

It seems to be a problem with the German translation!

That being said, a failure to translate a string should ideally not crash the entire application.

Uh, sorry, translation corrected

Is it possible to trigger the language update, for a quick fix?

For german language you can go to https://translate.wordpress.org/projects/wp-plugins/gutenberg/dev/de/default and select at the bottom Export - all current - po and afterwards export the mo. Rename the downloaded files to gutenberg-de_DE.po and gutenberg-de_DE.mo and upload them via ftp to wp-content/languages/plugins

At least I can use Gutenberg again...

You can use the files inside this zip and save them to wp-content/languages/plugins

language-files.zip

duplicate here: #5529

Thank you so much.

Was this page helpful?
0 / 5 - 0 ratings