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

Given code for the challenge does not show #13704

Closed
kalunlee136 opened this issue Mar 3, 2017 · 4 comments
Closed

Given code for the challenge does not show #13704

kalunlee136 opened this issue Mar 3, 2017 · 4 comments
Labels
help wanted Open for all. You do not need permission to work on these.

Comments

@kalunlee136
Copy link
Contributor

Challenge interpolate-a-string-using-backquotes has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

When I go to this challenge, the code that usually shows in the editor is not there. The editor is also stuck constantly refreshing. In addition, you can't write anything in the editor either. I have tried opening in incognito chrome, firefox, and IE11 and the problem is the same.

I checked Chrome dev tools console and it throws a 'Uncaught Error: Minified React error #32'

const result = {
    success: ['max_length', 'no-amd', 'prefer-arrow-functions'],
    failure: ['no-var', 'var-on-top', 'linebreak'],
    skipped: ['id-blacklist', 'no-dup-keys']
}
/* Alter code below this line */
const resultDisplay = undefined;
/* Alter code above this line */
console.log(resultDisplay);
/**
 * 
 * should look like this
 * <li class="text-warning">no-var</li>
 *  <li class="text-warning">var-on-top</li>
 *  <li class="text-warning">linebreak</li>
 **/
@dna113p
Copy link

dna113p commented Mar 3, 2017

I see the same thing!

This was my first real look at the code base, and I don't know what the next place to look would be, but when I removed all text from the seed description for this challenge and re seed it, the challenge will load. I tried to pinpoint exactly the cause but I couldn't find it.

@Marmiz
Copy link
Contributor

Marmiz commented Mar 3, 2017

To whom it may concern:

error thrown:

Unable to find element with ID 50.

@systimotic systimotic added beta help wanted Open for all. You do not need permission to work on these. labels Mar 3, 2017
@systimotic
Copy link
Member

Thanks a lot for reporting @kalunlee136, and for investigating @dna113p and @Marmiz!
It looks like @szib is already working on a fix in #13712 👏

@dhcodes
Copy link
Contributor

dhcodes commented Jul 5, 2017

Closed per conversation in #13712

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Open for all. You do not need permission to work on these.
Projects
None yet
Development

No branches or pull requests

6 participants