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

Component pages: error blocking javascript #1322

Closed
arcepaul opened this issue Oct 17, 2023 · 0 comments · Fixed by #1323
Closed

Component pages: error blocking javascript #1322

arcepaul opened this issue Oct 17, 2023 · 0 comments · Fixed by #1323
Assignees

Comments

@arcepaul
Copy link
Contributor

The code component is causing causing errors to appear in console on certain pages (I.e. breacrumb, site-alert) which is preventing any further javascript to run on the page. In the case of breadcrumb, it prevents the aria-label changing script from running and causes an accessibility issue to appear on axeDev scan.

ESTIMATE 2

error produced:

VM102:4 Uncaught TypeError: Cannot read properties of null (reading 'dispatchEvent')
    at <anonymous>:4:11
    at <anonymous>:5:5
    at index.es.js:39:20
    at Ii (react-dom.production.min.js:262:359)
    at t.unstable_runWithPriority (scheduler.production.min.js:18:343)
    at Wl (react-dom.production.min.js:122:325)
    at Oi (react-dom.production.min.js:261:308)
    at react-dom.production.min.js:261:215
    at D (scheduler.production.min.js:16:224)
    at w.port1.onmessage (scheduler.production.min.js:12:346)```
    
 
@arcepaul arcepaul self-assigned this Oct 17, 2023
arcepaul pushed a commit that referenced this issue Oct 17, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 17, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 17, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 17, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 17, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 18, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 18, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 19, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 19, 2023
Closes #1322

- language not being properly passed to Code component
arcepaul pushed a commit that referenced this issue Oct 19, 2023
arcepaul pushed a commit that referenced this issue Oct 19, 2023
arcepaul pushed a commit that referenced this issue Oct 19, 2023
arcepaul pushed a commit that referenced this issue Oct 19, 2023
olitharp-nci pushed a commit that referenced this issue Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant