Make WordPress Core

Opened 29 hours ago

Last modified 29 hours ago

#65381 new defect (bug)

Uncaught TypeError: Cannot read properties of undefined (reading 'borderColor') in block-editor.min.js on WordPress 7.0

Reported by: dhayalkumarp's profile dhayalkumarp Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Editor Keywords:
Focuses: Cc:

Description (last modified by mukesh27)

After updating to WordPress 7.0, the block editor shows a blank white page with this error:

Uncaught TypeError: Cannot read properties of undefined (reading 'borderColor') at AIe (block-editor.min.js:178:89975)

Theme: Blockify
WordPress Version: 7.0
PHP Version: (check yours in Site Health)

The error occurs when WordPress 7.0 tries to read borderColor from a color palette item that doesn't have it defined. This breaks the block editor completely showing a blank white page.

Steps to reproduce:

  1. Install Blockify theme
  2. Update to WordPress 7.0
  3. Go to Posts → Add New
  4. Editor shows blank white page with borderColor error

Attachments (1)

Screenshot 2026-06-01 123825.png (49.3 KB) - added by dhayalkumarp 29 hours ago.

Download all attachments as: .zip

Change History (2)

#1 @mukesh27
29 hours ago

  • Description modified (diff)
Note: See TracTickets for help on using tickets.