[wp-trac] [WordPress Trac] #62422: Can't edit pages after update to 6.7 and also later after downgrade

WordPress Trac noreply at wordpress.org
Thu Nov 14 14:57:44 UTC 2024


#62422: Can't edit pages after update to 6.7 and also later after downgrade
--------------------------+---------------------
 Reporter:  levskipg      |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  6.7.1
Component:  Editor        |     Version:  6.7
 Severity:  critical      |  Resolution:
 Keywords:                |     Focuses:
--------------------------+---------------------

Comment (by get_dave):

 I don't have a good explanation as to what might be causing this but
 looking at the error, `createRoot` seems to be called by
 `initializeEditor` in the `@wordpress/edit-site` package which marries up
 with the `edit-site` in the error above:

 https://github.com/WordPress/gutenberg/blob/a120f10e63e3c6eb5fa4970e8ab3690e74453fde/packages
 /edit-site/src/index.js#L41

 `createRoot` itself is provided by `@wordpress/element` which in turn
 exports it directly from `react-dom/client`.

 https://github.com/WordPress/gutenberg/blob/a120f10e63e3c6eb5fa4970e8ab3690e74453fde/packages/element/src
 /react-platform.js#L12

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62422#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list