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.

Console errors thrown when successfully adding a new question through the topic editor question's tab

See original GitHub issue

Describe the bug Console errors occur when successfully adding a new question through the topic editor question’s tab

To Reproduce Steps to reproduce the behavior:

  1. Go to Topics and Skill Dashboard
  2. Click on any topic
  3. Click on the questions tab
  4. choose a skill and Click ADD QUESTION
  5. specify all the required question information
  6. Click save
  7. Question will be successfully added
  8. See the console error

Observed behavior console errors are thrown

Expected behavior No console errors should be thrown on completion

Screenshots Screenshot from 2021-08-13 21-37-32

Desktop

  • OS: Linux
  • Browser: chrome
  • Browser-version: 91.0.4472.164

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
seanlipcommented, Aug 14, 2021

This one actually seems serious enough that we should fix it, based on the console error message. It suggests that a validation function isn’t being called when it should be.

0reactions
U8NWXDcommented, Aug 21, 2021

Closing since this is not reproducible

Read more comments on GitHub >

github_iconTop Results From Across the Web

Should I use console.error() or throw new Error()
Using console.error can be good for cases where the error happened isn't fatal, but you'd like to warn the developer.
Read more >
What went wrong? Troubleshooting JavaScript - MDN Web Docs
Go to the tab that you've got number-game-errors.html open in, and open your JavaScript console. You should see an error message along the ......
Read more >
Fix JavaScript errors that are reported in the Console
Open the demo webpage Network error reported in Console in a new window or tab. · Right-click anywhere in the webpage and then...
Read more >
How to Fix the "There Has Been a Critical Error on Your ...
Here we'll go over a variety of ways to troubleshoot this issue and get your site up and running again fast. Table of...
Read more >
50 Most Common WordPress Errors and How to Fix Them
In case you are unable to resolve your issue from the steps mentioned in ... visual editor; How to fix WordPress memory exhausted...
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