TypeError: t is not a constructor
See original GitHub issueIssue Description
Can you describe what steps lead to the error happening? I just tried to open the webpage https://voice.mozilla.org/fr/listen by clicking on “Écouter” (French for “Listen”).
TypeError: t is not a constructor
u@https://voice.mozilla.org/dist/2.bundle.js:1:1307
@https://voice.mozilla.org/dist/2.bundle.js:1:3383
Lo@https://voice.mozilla.org/dist/bundle.js:34:48156
ai@https://voice.mozilla.org/dist/bundle.js:34:56969
fi@https://voice.mozilla.org/dist/bundle.js:34:63344
Wi@https://voice.mozilla.org/dist/bundle.js:34:78495
$i@https://voice.mozilla.org/dist/bundle.js:34:78872
Na@https://voice.mozilla.org/dist/bundle.js:34:85295
Pa@https://voice.mozilla.org/dist/bundle.js:34:84675
xa@https://voice.mozilla.org/dist/bundle.js:34:83696
Gi@https://voice.mozilla.org/dist/bundle.js:34:82100
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
TypeError: "x" is not a constructor - JavaScript - MDN Web Docs
The JavaScript exception "is not a constructor" occurs when there was an attempt to use an object or a variable as a constructor,...
Read more >Javascript "Not a Constructor" Exception while creating objects
The reason is that when it is attempting to initialize y, it creates a temporary "y" object (not class, object!) in the dependency...
Read more >TypeError: "X" is not a constructor in JavaScript | bobbyhadz
To solve the "TypeError: 'X' is not a constructor" in JavaScript, make sure to only use the new operator on valid constructors, e.g....
Read more >Resolving TypeError: "X" is Not a Constructor in JavaScript
JavaScript "TypeError: "x" is not a constructor" errors occur when invalid objects or a variable is erroneously used as a constructor.
Read more >Uncaught TypeError: t is not a constructor · Issue #496 - GitHub
Bug description For some reason Tippy causes this error in console. This does not appear every time, perhaps every 1 out of 4...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Cool! Happy we found a solution 😃
Done!