Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widgets in Customizer crash when touching or trying to add image block #58594

Closed
rachelwinspear opened this issue Nov 29, 2021 · 34 comments
Closed
Labels
[Interaction #] > 10 (Automated) interaction count label for better visibility. Please don't add these manualliy. [Pri] High Triaged To be used when issues have been triaged. [Type] Bug User Report This issue was created following a WordPress customer report

Comments

@rachelwinspear
Copy link

rachelwinspear commented Nov 29, 2021

Quick summary

Widget area does not load correctly, error is shown.

Steps to reproduce

  1. Go to Apperance > Widgets
  2. Widgets blocks do not load, but crashes and shows error above.

What you expected to happen

I would expect to go to the widget area and for all the blocks to loads correctly.

What actually happened

Page crashes and the following error shows:


TypeError: Cannot read properties of null (reading 'scrollTop')
at https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/build/block-editor/index.min.js?m=1637285849h&ver=56ef77368d5b1dcf18d4c1f510f4780a:69:1731
at Bj (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:7:29846)
at Qj (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:9:876)
at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609)
at Za (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302)
at eb (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:6339)
at gf (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:2335)
at https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12524
at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609)
at Za (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302)

Context

Issues started on Friday, Nov 26th.

Operating System

No response

Browser

Google Chrome/Chromium, Mozilla Firefox

Simple, Atomic or both?

No response

Theme-specific issue?

No response

Other notes

No response

Reproducibility

No response

Severity

No response

Available workarounds?

No response

Workaround details

wp-admin/widgets.php seems to work

@rachelwinspear rachelwinspear added [Type] Bug User Report This issue was created following a WordPress customer report labels Nov 29, 2021
@rachelwinspear
Copy link
Author

Issue here:

@rachelwinspear
Copy link
Author

rachelwinspear commented Nov 29, 2021

Another case:

  • 31402541-hc
  • 4554000-zen

TypeError: Cannot read properties of null (reading 'scrollTop')
at https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/build/block-editor/index.min.js?m=1637285849h&ver=56ef77368d5b1dcf18d4c1f510f4780a:69:1731
at Bj (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:7:29846)
at Qj (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:9:876)
at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609)
at Za (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302)
at eb (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:6339)
at gf (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:2335)
at https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12524
at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609)
at Za (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302)

@rw-ye
Copy link

rw-ye commented Nov 30, 2021

Another report here:
4553339-zd-woothemes

Looks like the issue is related to the Image blocks in the widgets area. I tested adding an image or gallery block from Appearance > Customize on my test site and it instantly showed an error.

widget_error.mp4

@rachelwinspear
Copy link
Author

Looks like this is related to this issue: #56922 (comment)

@rachelwinspear
Copy link
Author

Another case:
3680989-hc
4561068-zen

@kosiew kosiew changed the title Widget error, not able to load/edit widget area. Widgets in Customizer crash when touching or trying to add image block Dec 2, 2021
@kosiew kosiew added the Triaged To be used when issues have been triaged. label Dec 2, 2021
@kosiew
Copy link

kosiew commented Dec 2, 2021

Hi @rachelwinspear ,

Thanks for reporting this and the detailed steps.
Triaging for developers' further investigation.

In the meantime, please test with the wp-admin/widgets.php workaround mentioned in #58696.

@Robertght
Copy link

Potential similar issue report here regarding the widgets: #58716

I found a case with this error as well:

TypeError: Cannot read properties of null (reading 'scrollTop')
    at https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/build/block-editor/index.min.js?m=1637285849h&ver=56ef77368d5b1dcf18d4c1f510f4780a:69:1731
    at Bj (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:7:29846)
    at Qj (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:9:876)
    at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609)
    at Za (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302)
    at eb (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:6339)
    at gf (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:2335)
    at https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12524
    at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609)
    at Za (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302)

I couldn't open the widgets.php page because it was throwing a 500 so I ended up disabling the block editor widgets.

@cuemarie
Copy link

cuemarie commented Dec 2, 2021

Encountered this issue here: 33002878-hc

Was able to recreate on Simple and Atomic sites.

User worked in Appearance > Widgets as a workaround

@jp-imagines
Copy link

Another report in 4564881-zen. User was inserting an Image block and the error message was exactly the same as in @Robertght's reply above.

Directed user to Appearance > Widgets as a workaround.

@jamiepalatnik
Copy link

Another report: 30869434-hc

Directed user to Appearance > Widgets as a workaround.

@Robertght
Copy link

Another case in #4556198-zen

@mrfoxtalbot
Copy link

mrfoxtalbot commented Dec 3, 2021

Another one in 4566280-zen

In the case I found, I tried to clean up the sidebar to remove all legacy widgets but the error persisted. I also tried moving the broken set of blocks inside the widget area of a separate testing site, but could I could not reproduce the error.

@sharonlaker19
Copy link

+1 at 31214254-hc

@cuemarie
Copy link

cuemarie commented Dec 3, 2021

268320-hc
Can work in Appearance > Widgets

@pauloeaquino
Copy link

Encountered in 24180832-hc (but when adding in a Buttons block)

TypeError: Cannot read properties of null (reading 'scrollTop')
    at https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/build/block-editor/index.min.js?m=1637285849h&ver=56ef77368d5b1dcf18d4c1f510f4780a:69:1731
    at Bj (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:7:29846)
    at Qj (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:9:876)
    at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609)
    at Za (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302)
    at eb (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:6339)
    at gf (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:2335)
    at https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12524
    at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609)
    at Za (https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.0.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302)

@carinapilar
Copy link

Another report on 4557575-zd-woothemes.

@jackiejade
Copy link

Another report: 3304994-hc

@jamiepalatnik
Copy link

Another report: 4568786-zd-woothemes

@rickmgithub
Copy link

Another one here - 4568590

Simple site. When I turned on the classic widgets there is no error. Instead is shows widgets titled "block" with block code inside them. I switched it back.

@i11za
Copy link

i11za commented Dec 5, 2021

Another report:

33000777-hc
4570668-zd-woothemes

Simple site, Radcliffe 2 theme. Was only able to replicate the error in Footer 1, but not in Footer 2 or Footer 3.

Recommended they use the Appearance > Widgets workaround for now.

@poeticabdul
Copy link

Another report 4563565-zen

@kathrynwp
Copy link
Member

kathrynwp commented Dec 6, 2021

Another report in 31771460-hc when adding an Image block (within a Columns block) in Shawburn.

They don't want to use the Appearance > Widgets workaround because they want to preview the changes first. And they need the Columns block, so I can't deactivate block widgets.

@csonnek
Copy link
Member

csonnek commented Dec 6, 2021

Another report in the forums (Morden theme - footer widgets area). https://wordpress.com/forums/topic/bug-in-modern-theme/?view=all

Advising the workaround for now.

@tanjoymor
Copy link

Another report: 4571515-zen

Advised to access from Appearance > Widgets for now instead.

@tanjoymor
Copy link

Another report: 4557903-zen

Advised to access from Appearance > Widgets for now instead.

@jordesign
Copy link
Contributor

WordPress/gutenberg#37010 is now deployed on DotCom with the recent GB update - so this should now be resolved. I'm unable to recreate the issue any more.

@daria2303
Copy link

daria2303 commented Jan 25, 2022

4700701-zen

It appeared again?

image

@mrfoxtalbot
Copy link

Thank you @daria2303. Friendly reminder: please upload screenshots directly to GitHub. You can just drag & drop the image into your comment. Images hosted in external services tend to expire and stop being available. Thank you!

@desnum
Copy link

desnum commented Jan 27, 2022

Another case in 31192207-hc. Error message:

p@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/block-serialization-default-parser/index.min.js?m=1629313645h&ver=13664301328c9d6ed38d01e6ede84406:1:1846
f@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/block-serialization-default-parser/index.min.js?m=1629313645h&ver=13664301328c9d6ed38d01e6ede84406:1:1181
i@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/block-serialization-default-parser/index.min.js?m=1629313645h&ver=13664301328c9d6ed38d01e6ede84406:1:759
fn@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/blocks/index.min.js?m=1642615603h&ver=ab3487a7ecea90c49748eb5a3d1365dd:13:28101
ke@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/customize-widgets/index.min.js?m=1637285849h&ver=ef2b2b4e7b289e08cefddefc6157068f:9:1519
@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/customize-widgets/index.min.js?m=1637285849h&ver=ef2b2b4e7b289e08cefddefc6157068f:9:2572
@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/customize-widgets/index.min.js?m=1637285849h&ver=ef2b2b4e7b289e08cefddefc6157068f:9:2562
nc@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:7:10820
c.useState@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:7080
@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/customize-widgets/index.min.js?m=1637285849h&ver=ef2b2b4e7b289e08cefddefc6157068f:9:2541
xe@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/build/customize-widgets/index.min.js?m=1637285849h&ver=ef2b2b4e7b289e08cefddefc6157068f:9:3310
Le@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:7:7581
Pj@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:10:10087
di@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:5474
Nj@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:5405
sc@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:5263
gf@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:8:2127
$g/<@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12524
unstable_runWithPriority@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react.min.755b0ae9.js?m=1624062436h:5:3609
Za@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12302
$g@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12472
ja@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:6:12405
@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:10:14674
Ki@https://s0.wp.com/wp-content/plugins/gutenberg-core/v12.4.1/vendor/react-dom.min.edd8b7a6.js?m=1624062436h:5:1411
o@https://s0.wp.com/wp-content/plugins/editing-toolkit-plugin/prod/error-reporting/dist/error-reporting.js?m=1640656424h&ver=84b1d99773c73a9ae61b82ff744b05b5:1:3696

Screen Shot 2022-01-27 at 11 55 16 AM

@desnum desnum reopened this Jan 27, 2022
@cecilearkay
Copy link

cecilearkay commented Jun 20, 2022

  • I have a similar issue in 35291073-hc

I took videos from both Custo > Widgets (first video) and Appearance > Widgets (second video)

Screen.Capture.on.2022-06-20.at.14-15-26.mp4
Screen.Capture.on.2022-06-20.at.14-16-29.mp4

@rw-ye
Copy link

rw-ye commented Jun 28, 2022

The above user (35291073-hc) returned to chat today: 35866447-hc

Here is the error message from Customize > Widgets:

TypeError: Cannot read properties of undefined (reading 'length')
    at p (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/block-serialization-default-parser/index.min.js?m=1656335492h&ver=aa36e6509301e9bb60ec:1:1801)
    at f (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/block-serialization-default-parser/index.min.js?m=1656335492h&ver=aa36e6509301e9bb60ec:1:1131)
    at i (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/block-serialization-default-parser/index.min.js?m=1656335492h&ver=aa36e6509301e9bb60ec:1:709)
    at Tn (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/blocks/index.min.js?m=1656335492h&ver=f3511ab76f12c6ff8cd2:13:28629)
    at be (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/customize-widgets/index.min.js?m=1656335492h&ver=f5c5002f860fb6aced49:9:1523)
    at https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/customize-widgets/index.min.js?m=1656335492h&ver=f5c5002f860fb6aced49:9:2574
    at Array.map (<anonymous>)
    at https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/customize-widgets/index.min.js?m=1656335492h&ver=f5c5002f860fb6aced49:9:2566
    at Object.wt [as useState] (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:46731)
    at e.useState (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react.min.js?m=1656335492h&ver=6.0-RC4-53438:1:10898)
    at https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/customize-widgets/index.min.js?m=1656335492h&ver=f5c5002f860fb6aced49:9:2545
    at ye (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/customize-widgets/index.min.js?m=1656335492h&ver=f5c5002f860fb6aced49:9:3315)
    at ft (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:43451)
    at ts (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:111300)
    at Fr (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:77758)
    at Dr (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:77686)
    at Rr (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:77549)
    at Nr (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:74544)
    at https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:30170
    at unstable_runWithPriority (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react.min.js?m=1656335492h&ver=6.0-RC4-53438:1:7430)
    at xn (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:29947)
    at Pn (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:30115)
    at Nn (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:30050)
    at oa (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:115883)
    at pe (https://s0.wp.com/wp-content/plugins/gutenberg-core/v13.5.1/build/vendors/react-dom.min.js?m=1656335492h&ver=6.0-RC4-53438:1:15409)
    at HTMLLIElement.s (https://s0.wp.com/wp-content/plugins/editing-toolkit-plugin/prod/error-reporting/dist/error-reporting.min.js?m=1654900415h&ver=a4fc2b0f439b264af608:1:4797)

@rosepajaroja
Copy link

rosepajaroja commented Dec 3, 2022

Similar issue here - 5759430-zen


p@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/block-serialization-default-parser/index.min.js?m=1669400598h&ver=ccafd59466e043b1e67a:1:1808
f@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/block-serialization-default-parser/index.min.js?m=1669400598h&ver=ccafd59466e043b1e67a:1:1143
i@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/block-serialization-default-parser/index.min.js?m=1669400598h&ver=ccafd59466e043b1e67a:1:709
Vn@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/blocks/index.min.js?m=1669400598h&ver=99b6ab03ffe1aeb10531:13:38009
we@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:1509
@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:2587
@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:2577
wt@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:46695
t/e.useState@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:10899
@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:2556
Ee@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:3326
ft@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:43415
as@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:111109
Fr@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:77618
Dr@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:77546
Rr@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:77407
Nr@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:74402
n/Pn/<@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:30158
unstable_runWithPriority@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:7431
xn@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:29935
Pn@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:30105
Nn@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:30038
Sr@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:72012
Dt@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/vendors/react-dom.min.js?m=1669400598h&ver=6.1.1-alpha-54813:1:48717
We/</e</<@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:10423
De/onChangeSectionExpanded/<@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:19182
onChangeSectionExpanded@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:19169
De/onChangeExpanded/completeCallback/<@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:21033
completeCallback@https://s0.wp.com/wp-content/plugins/gutenberg-core/v14.6.1/build/customize-widgets/index.min.js?m=1669400598h&ver=816d72bf745af837d677:9:20962
onChangeExpanded/n</<@https://s0.wp.com/wp-admin/js/customize-controls.min.js?m=1666955373h&ver=6.1.1-alpha-54813:2:16055
n@https://s0.wp.com/wp-admin/js/customize-controls.min.js?m=1666955373h&ver=6.1.1-alpha-54813:2:12569
dispatch@https://s0.wp.com/wp-includes/js/jquery/jquery.min.js?m=1666352301h&ver=3.6.1:2:43064
add/y.handle@https://s0.wp.com/wp-includes/js/jquery/jquery.min.js?m=1666352301h&ver=3.6.1:2:41048

@github-actions
Copy link

github-actions bot commented Dec 3, 2022

Support References

This comment is automatically generated. Please do not edit it.

@cuemarie
Copy link

We haven't seen reports of this in nearly 6 months, so closing again.

If the issue is reported again, please open a new report and reference this one, as it's likely there may be a slightly different/newer underlying issue.

@github-actions github-actions bot added the [Interaction #] > 10 (Automated) interaction count label for better visibility. Please don't add these manualliy. label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Interaction #] > 10 (Automated) interaction count label for better visibility. Please don't add these manualliy. [Pri] High Triaged To be used when issues have been triaged. [Type] Bug User Report This issue was created following a WordPress customer report
Projects
None yet
Development

No branches or pull requests