• After updating to the latest WP version the post-editor is acting up.
    After typing something in a text field or pressing the +button to add a section, the whole thing just stops working and there is no reaction to button presses or typing.
    When i watch the dev-log i get this error whenever i invoke the error:

    load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload,quicktags&ver=5.7:5 JQMIGRATE: Migrate is installed, version 3.3.2
    react-dom.min.js?ver=16.13.1:146 Uncaught (in promise) RangeError: Maximum call stack size exceeded
        at Te (react-dom.min.js:146)
        at react-dom.min.js:61
        at unstable_runWithPriority (react.min.js:25)
        at Da (react-dom.min.js:60)
        at Pg (react-dom.min.js:61)
        at ha (react-dom.min.js:60)
        at Ja (react-dom.min.js:224)
        at ch (react-dom.min.js:93)
        at e (data.min.js:2)
        at t (data.min.js:2)

    Im guessing there is a conflict with a plugin, but even going all blank with all plugins disabled, the error still occurs.
    Any help will be greatly appreciated.

    PS: As for now i have reverted back to WP version 5.6.2 to get the editor working

    • This topic was modified 3 years, 11 months ago by lripmo.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    After updating to the latest WP version the post-editor is acting up.

    Please review 5.7 Master List and attempt troubleshooting outlined therein.

    Thread Starter lripmo

    (@lripmo)

    Hi t-p
    Thanks for your reply.
    I went through the troubleshooting list including help from my hostingprovider purging varnish cache.
    Turning on Script debugging didnt help, but provided an extra error whenever i pressed a button on the keyboard while testing the post-editor:

    printWarning @ react-dom.js?ver=16.13.1:82
    error @ react-dom.js?ver=16.13.1:54
    flushDiscreteUpdates @ react-dom.js?ver=16.13.1:21952
    flushDiscreteUpdatesIfNeeded @ react-dom.js?ver=16.13.1:826
    dispatchDiscreteEvent @ react-dom.js?ver=16.13.1:4290
    react-dom.js?ver=16.13.1:82 Warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering.
        in Unknown (created by WithSelect(WithDispatch(AutosaveMonitor)))
        in WithSelect(WithDispatch(AutosaveMonitor)) (created by LocalAutosaveMonitor)
        in LocalAutosaveMonitor (created by IfCondition(LocalAutosaveMonitor))
        in IfCondition(LocalAutosaveMonitor) (created by Layout)
        in Layout (created by Editor)
        in ErrorBoundary (created by Editor)
        in BlockEditorProvider
        in Unknown (created by Context.Consumer)
        in WithRegistryProvider(BlockEditorProvider) (created by EditorProvider)
        in BlockContextProvider (created by EditorProvider)
        in EntityProvider (created by EditorProvider)
        in EntityProvider (created by EditorProvider)
        in EditorProvider
        in Unknown (created by Context.Consumer)
        in WithRegistryProvider(EditorProvider) (created by Editor)
        in DropZoneContextProvider (created by Editor)
        in slot_fill_provider_SlotFillProvider (created by SlotFillProvider)
        in SlotFillProvider (created by Editor)
        in StrictMode (created by Editor)
        in Editor

    The error in OP still persists, but i found out that i dont even need to touch anything, so im guessing it occurs during load (error shows up after 5-6 seconds)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cant edit posts’ is closed to new replies.