Skip to content
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

Add ES6 polyfills #1755

Closed
wants to merge 1 commit into from
Closed

Add ES6 polyfills #1755

wants to merge 1 commit into from

Conversation

timuric
Copy link
Contributor

@timuric timuric commented Sep 29, 2015

Fixes broken table component on webkit browsers and IE. Also makes http://material-ui.com/#/components/table accessible via such browsers #1531

Fixes broken table component on webkit browsers and IE. Also makes http://material-ui.com/#/components/table accessible via such browsers
@oliviertassinari
Copy link
Member

What is the feature that needs a polyfill, just Symbol?

@timuric
Copy link
Contributor Author

timuric commented Sep 29, 2015

@oliviertassinari Symbol

@oliviertassinari
Copy link
Member

I think that using the runtime option of babel-loader could also works https://github.com/callemall/material-ui/blob/master/docs/webpack-production.config.js#L70.

This just fix the docs. Does this also happen when we use the lib?

@timuric
Copy link
Contributor Author

timuric commented Sep 29, 2015

@oliviertassinari yep, probably a better option

@timuric
Copy link
Contributor Author

timuric commented Sep 29, 2015

@oliviertassinari Would create different pull request for it

@timuric
Copy link
Contributor Author

timuric commented Sep 29, 2015

@oliviertassinari also dependency is needed for babel-runtime #1758

@oliviertassinari
Copy link
Member

👍

mnajdova pushed a commit to mnajdova/material-ui that referenced this pull request Nov 10, 2020
…ned the DateRangePicker(mui#1755)

* [DateRangePicker] Fix crashing when invalid date input applied as valiue

* Do not run `findClosestEnabledDate` for DateRangePicker calendars

* Remove inline style from <Calendar />, closes mui#1679

* [DateRangePicker] Keep input values even if they are invalid

* Fix missing import

* [DateRangePicker] Make impossible to navigate to the date after min/max date from calendar

* Fix issues found by ts
@zannager zannager added the package: system Specific to @mui/system label Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: system Specific to @mui/system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants