stanleyowen / otlio

An open source project of Todo which is easy to use and easy to organize!
https://otlio.netlify.app
MIT License
23 stars 3 forks source link

Received Promise is undefined in IE11 #204

Closed stanleyowen closed 3 years ago

stanleyowen commented 3 years ago

Describe the bug While running Otlio on Internet Explorer 11 (IE11) it only returns a white blank page with the following error:

HTML1300: Navigation occurred.
login
SCRIPT5009: 'Promise' is undefined
asyncToGenerator.js (21,1)
SCRIPT5009: 'Promise' is undefined
index.js (1,1)
SCRIPT5009: 'Promise' is undefined
asyncToGenerator.js (21,1)
SCRIPT5009: 'Promise' is undefined
index.js (1,1)

To Reproduce Steps to reproduce the behavior:

  1. Go to Otlio Login Page through IE11
  2. Open Developer Tools > Console
  3. See error

Expected behavior No error occurred and return login page instead of blank page.

Screenshots image

Desktop (please complete the following information):

stanleyowen commented 3 years ago

This issue will be part of #198 accomplishment because it is related to IE11.

stanleyowen commented 3 years ago

This issue has been fixed (0ec15a931952cea4b2d06ed51587b3708ddb1f9a) and will take effects on the next release.