ReactTraining / classic-react-workshop

Lectures and exercises for React Training workshops

Home Page:https://reacttraining.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Training site is broken

ekfuhrmann opened this issue · comments

https://reacttraining.com/ is not rendering any content.

seems to be Firefox only issue.

@da-vaibhav I did some modern browser testing after you brought this to my attention.

  • On IE11, the page does not render anything other than the following:

    • \x3Cscript src="/es6-promise.min.js">\x3C/script>\x3Cscript>ES6Promise.polyfill()\x3C/script> \x3Cscript src="/fetch.min.js">\x3C/script>
  • On Edge it loads

  • On Firefox Developer Edition (60.0b4 64-bit) it does not load or render anything.

  • On Safari it loads

  • On Chrome it loads

Seeing the following on Chrome (on Mac):
ReferenceError: twttr is not defined
at t.value (main.js:22)
at commitLifeCycles (main.js:14)
at t (main.js:14)
at w (main.js:14)
at b (main.js:14)
at h (main.js:14)
at p (main.js:14)
at Object.updateContainer (main.js:14)
at main.js:14
at Object.unbatchedUpdates (main.js:14)

Also seeing a status=101 on WebSocketConnection.js

I fixed the twttr is not defined error, thanks for bringing it to my attention. Everything should work now.