tddbin / tddbin-frontend

The source of TDDbin. -
http://tddbin.com
MIT License
226 stars 37 forks source link

Page does not load due to `s.default` `TypeError` #39

Closed konstantinmagg closed 7 years ago

konstantinmagg commented 7 years ago

Steps to reproduce

Open http://tddbin.com/

Actual result

Browser window stays emtpy. Console prompts the following error.

Uncaught TypeError: s.default is not a function
    at Object.n.196.atomic (index.min.js:4)
    at o (index.min.js:1)
    at index.min.js:1
    at Object.n.204../_aceDefaultShortcuts (index.min.js:4)
    at o (index.min.js:1)
    at e (index.min.js:1)
    at index.min.js:1

Expected result

Start tddbin ;)

wolframkriesing commented 7 years ago

should work again ... thx

konstantinmagg commented 7 years ago

Can confirm, works fine again. Thx.