[wp-trac] [WordPress Trac] #45828: Editor unusable in WP 5.0.2
WordPress Trac
noreply at wordpress.org
Fri Jan 4 13:35:36 UTC 2019
#45828: Editor unusable in WP 5.0.2
----------------------------+------------------------------
Reporter: DanFromGermany | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 5.0.2
Severity: normal | Resolution:
Keywords: | Focuses: ui, javascript
----------------------------+------------------------------
Comment (by aduth):
Based on the text, I suspect the source of the error is this line of code:
https://github.com/WordPress/gutenberg/blob/7e72ba5252d5c22d35f3aaedb0b68b59e0011cd1/packages/editor/src/components
/post-taxonomies/index.js#L21
Could you try running the following code in your browser's developer tools
console, and pasting the result here?
{{{
JSON.stringify( wp.data.select( 'core' ).getTaxonomies( { per_page: -1 }
), null, 2 )
}}}
Instructions for accessing the console in Chrome can be found here:
https://developers.google.com/web/tools/chrome-devtools/console/
----
Possible related issue?
https://github.com/WordPress/gutenberg/issues/11463
Do you have a custom permalinks configuration for your site?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45828#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list