Console errors thrown when successfully adding a new question through the topic editor question's tab
See original GitHub issueDescribe 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:
- Go to Topics and Skill Dashboard
- Click on any topic
- Click on the questions tab
- choose a skill and Click
ADD QUESTION
- specify all the required question information
- Click
save
- Question will be successfully added
- See the console error
Observed behavior console errors are thrown
Expected behavior No console errors should be thrown on completion
Screenshots
Desktop
- OS: Linux
- Browser: chrome
- Browser-version: 91.0.4472.164
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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.
Closing since this is not reproducible