Make WordPress Core

Opened 5 months ago

#61084 new defect (bug)

getDate JS error when opening post

Reported by: nicknoordijk's profile nicknoordijk Owned by:
Milestone: Awaiting Review Priority: normal
Severity: major Version: 6.5
Component: Posts, Post Types Keywords:
Focuses: javascript Cc:

Description

See error below which I was able to copy from the modal showing when opening the post - i've replaced my URL.

Seems to be a core thing? When I copy the text to a new page the issue is gone but it's happening every once in a while.

TypeError: Cannot read properties of undefined (reading 'getDate')
    at ge (####/wp-includes/js/dist/editor.min.js?ver=6497dd814badef65e728:12:25478)
    at Object.r [as isEditedPostBeingScheduled] (####/wp-includes/js/dist/data.min.js?ver=e6595ba1a7cd34429f66:2:16637)
    at ####/wp-includes/js/dist/edit-post.min.js?ver=82b743695f8ef1673753:7:53893
    at ####/wp-includes/js/dist/data.min.js?ver=e6595ba1a7cd34429f66:9:3293
    at ####/wp-includes/js/dist/data.min.js?ver=e6595ba1a7cd34429f66:9:2061
    at __unstableMarkListeningStores (####/wp-includes/js/dist/data.min.js?ver=e6595ba1a7cd34429f66:2:21866)
    at Object.__unstableMarkListeningStores (####/wp-includes/js/dist/data.min.js?ver=e6595ba1a7cd34429f66:2:22124)
    at p (####/wp-includes/js/dist/data.min.js?ver=e6595ba1a7cd34429f66:9:2026)
    at ####/wp-includes/js/dist/data.min.js?ver=e6595ba1a7cd34429f66:9:2628
    at Qe (####/wp-includes/js/dist/data.min.js?ver=e6595ba1a7cd34429f66:9:2840)

Change History (0)

Note: See TracTickets for help on using tickets.