-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Component demos crashes in IE11 #16209
Comments
@tbruun Confirmed. But I don't think that it's the right place to open an issue:
U=function(e){return 2===e.length&&e.includes("month")&&e.includes("year")} https://github.com/mui-org/material-ui-pickers/blob/689a36b0a5a06d64eb8ee19c33b21ae21eb790b0/lib/src/_helpers/date-utils.ts#L79
return this.parentFunc?t="tree":this.columns.find(function(e){return e.tableData.groupOrder>-1})&&(t="group"),e===t}},{key:"sort",value:function(e,t,n){if("numeric"===n) https://github.com/mbrn/material-table/blob/05c513a76d7f350ee12459cbd0cd46052b165938/src/utils/data-manager.js#L279 |
😱 😱 😱 😱 |
Thanks! :) |
@oliviertassinari - Thanks for pointing it in the right direction :) |
I will fix it asap. |
There is no urgency, I'm happy that it will eventually be fixed. IE 11 support is important for enterprises. |
Fixed IE issue in @mui-org/material-ui-pickers v3.1.1 |
@dmtrKovalenko I can confirm it #16246 :) |
@mbrn Did you found the time to look into the issue :) ? An advanced table component is most valuable for enterprises, enterprises are more likely to require IE 11 support. I believe it's an important dimension for your project. |
Hi @oliviertassinari , I am really very busy nowadays. But i will resolve this in 2 days:). Thanks for your patience. |
No problem, as long as it wasn't forgotten, we are 👌 |
Expected Behavior 🤔
Using IE11 should work on the demo site
Current Behavior 😯
On some components, IE11 crashes.
"[object Object] is not iterable!"
Steps to Reproduce 🕹
Visit one of the links with IE11
Link:
Your Environment 🌎
The text was updated successfully, but these errors were encountered: