Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

beta FCC React-Redux section errors halt progress #78

Closed
SpenserDavis opened this issue May 21, 2018 · 0 comments
Closed

beta FCC React-Redux section errors halt progress #78

SpenserDavis opened this issue May 21, 2018 · 0 comments

Comments

@SpenserDavis
Copy link

Specifically, in the react-redux section, upon running tests on the challenges after I've finished the code (which I know 100% is correct from visiting previous solves and other forum posts) I am presented with the following issues:

"Cannot read property 'rendered' of undefined" (note that this one appears in the console window below the code editor and not the chrome console). After google searching this issue, I tried adding one line of code: " import ReactDOM from 'react-dom'; " and got error: 'require is not defined'

Not sure if these miscellaneous errors are relevant:
going to the home page of beta.fcc.org I get two errors:

vendor-main-eb0b5913eb.js:27
Uncaught TypeError: Cannot read property 'version' of undefined
at vendor-main-eb0b5913eb.js:27
at vendor-main-eb0b5913eb.js:27
at vendor-main-eb0b5913eb.js:27

and

main.js:1
Uncaught ReferenceError: require is not defined
at main.js:1

Upon trying to load any challenge page (before running any tests) I get the following error:

Uncaught (in promise) TypeError: Request scheme 'chrome-extension' is unsupported
at sw.js:279

raisedadead pushed a commit that referenced this issue May 21, 2018
Closes #78 
Closes #79 

I updated the version of react the main app uses, but forgot to update the adapter for challenge tests.
Bouncey added a commit to Bouncey/learn that referenced this issue Jul 27, 2018
Closes freeCodeCamp#78 
Closes freeCodeCamp#79 

I updated the version of react the main app uses, but forgot to update the adapter for challenge tests.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant