Problems replying to github issue

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
stefan11111
Apollo supporter
Apollo supporter
Posts: 49
Joined: 2023-08-13, 18:09

Problems replying to github issue

Post by stefan11111 » 2025-06-06, 20:46

When I try to write a reply on a github issue, sometimes github breaks and tells me that I need to refresh the page.

Here's the console output:

Code: Select all

ReferenceError: WeakRef is not defined
Stack trace:
InputStyleClone@https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_lit-labs_react_index_js-node_modules_dom-in-c6ff79-a2b5a005396d.js:5:1893
for@https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_lit-labs_react_index_js-node_modules_dom-in-c6ff79-a2b5a005396d.js:5:1833
get #w@https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_lit-labs_react_index_js-node_modules_dom-in-c6ff79-a2b5a005396d.js:5:5555
get #l@https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_lit-labs_react_index_js-node_modules_dom-in-c6ff79-a2b5a005396d.js:5:5577
#O@https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_lit-labs_react_index_js-node_modules_dom-in-c6ff79-a2b5a005396d.js:5:5684
getBoundingClientRect@https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_lit-labs_react_index_js-node_modules_dom-in-c6ff79-a2b5a005396d.js:5:5373
L@https://github.githubassets.com/assets/ui_packages_commenting_constants_values_ts-ui_packages_commenting_components_ActivityHeader_t-f9065d-2e77b8d5ff11.js:46:1057559
lf@https://github.githubassets.com/assets/react-lib-80430c87778a.js:25:58419
of@https://github.githubassets.com/assets/react-lib-80430c87778a.js:25:72745
i@https://github.githubassets.com/assets/react-lib-80430c87778a.js:25:120281
uL@https://github.githubassets.com/assets/react-lib-80430c87778a.js:25:99039
uM/<@https://github.githubassets.com/assets/react-lib-80430c87778a.js:25:98906
uM@https://github.githubassets.com/assets/react-lib-80430c87778a.js:25:98913
uS@https://github.githubassets.com/assets/react-lib-80430c87778a.js:25:95665
uw@https://github.githubassets.com/assets/react-lib-80430c87778a.js:25:94220
x@https://github.githubassets.com/assets/react-lib-80430c87778a.js:33:1364
N@https://github.githubassets.com/assets/react-lib-80430c87778a.js:33:1894
  
react-lib-80430c87778a.js:25:69763

User avatar
andyprough
Board Warrior
Board Warrior
Posts: 1118
Joined: 2020-05-31, 04:33

Re: Problems replying to github issue

Post by andyprough » 2025-06-08, 01:15

Is it a node.js thing where something is programmed in a different version of node.js than Pale Moon's build environment? I'm reading about this 'weakref not defined' error, and it seems it most often comes up in relation to Prisma Object-Relational Mapping for node.js, where Prisma uses a later version of node.js than what is available.

Hope I'm not butchering this too badly with the way I'm wording it, Object-Relational Mapping is all new to me.

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2415
Joined: 2018-05-05, 13:29

Re: Problems replying to github issue

Post by vannilla » 2025-06-08, 12:57

Given it's about submitting something, I think it's related to that "dom-edit" or something (I forgot the full name) package which is used by every fancy textarea editors and which uses WeakRef incorrectly yet explicitly will not fix that use.
I can't find the thread with better and more detailed information, I remember the analysis coming from Moonchild and featuring a funny meme picture.

User avatar
Gemmaugr
Fanatic
Fanatic
Posts: 148
Joined: 2025-02-03, 07:55

Re: Problems replying to github issue

Post by Gemmaugr » 2025-06-08, 13:40

vannilla wrote:
2025-06-08, 12:57
Given it's about submitting something, I think it's related to that "dom-edit" or something (I forgot the full name) package which is used by every fancy textarea editors and which uses WeakRef incorrectly yet explicitly will not fix that use.
I can't find the thread with better and more detailed information, I remember the analysis coming from Moonchild and featuring a funny meme picture.
This one?

viewtopic.php?f=70&t=32292&p=261889#p261889

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2415
Joined: 2018-05-05, 13:29

Re: Problems replying to github issue

Post by vannilla » 2025-06-08, 14:15

Gemmaugr wrote:
2025-06-08, 13:40
This one?

viewtopic.php?f=70&t=32292&p=261889#p261889
That's the one, yes.