question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError: t is not a constructor

See original GitHub issue

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:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Gregoorcommented, Dec 13, 2018

Cool! Happy we found a solution 😃

1reaction
Booteillecommented, Dec 12, 2018

Done!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found