Gutenberg: Custom Gutenberg Block broken after update to 2.9

Created on 18 May 2018  路  4Comments  路  Source: WordPress/gutenberg

After the update I my custom built block is broken.

This is the error message from the Chrome console:
react-dom.min.0d9b4499.js:62 Error: Minified React error #130; visit http://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at ze (react-dom.min.0d9b4499.js:82)
at l (react-dom.min.0d9b4499.js:12)
at ec (react-dom.min.0d9b4499.js:46)
at react-dom.min.0d9b4499.js:61
at k (react-dom.min.0d9b4499.js:129)
at h (react-dom.min.0d9b4499.js:129)
at beginWork (react-dom.min.0d9b4499.js:135)
at e (react-dom.min.0d9b4499.js:168)
at f (react-dom.min.0d9b4499.js:169)
at A (react-dom.min.0d9b4499.js:175)
@ react-dom.min.0d9b4499.js:62

bildschirmfoto 2018-05-18 um 20 57 53

Most helpful comment

Sorry for the breakage. Unfortunately, this error doesn't help. Make sure to run unminified React (SCRIPT_DEBUG set to true). You'll have more details about the error. This is more likely that the custom plugin is using one of the deprecated components? See here for the deprecated features, also make sure to check the warnings in the browser's console https://wordpress.org/gutenberg/handbook/reference/deprecated/#2-8-0

All 4 comments

Sorry for the breakage. Unfortunately, this error doesn't help. Make sure to run unminified React (SCRIPT_DEBUG set to true). You'll have more details about the error. This is more likely that the custom plugin is using one of the deprecated components? See here for the deprecated features, also make sure to check the warnings in the browser's console https://wordpress.org/gutenberg/handbook/reference/deprecated/#2-8-0

See https://github.com/WordPress/gutenberg/issues/6837 it's probably a similar issue.

How is your script enqueued on the server?

The fix from #6837 seems to do the job. I'll close this issue now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cr101 picture cr101  路  3Comments

moorscode picture moorscode  路  3Comments

wpalchemist picture wpalchemist  路  3Comments

nylen picture nylen  路  3Comments

ellatrix picture ellatrix  路  3Comments