hyojin / material-ui-datatables

An another React Data tables component.
MIT License
165 stars 58 forks source link

onTouchTap Warning #80

Open lentyai2 opened 6 years ago

lentyai2 commented 6 years ago

Hello,

Thanks for awesome table with bunch of useful functionality that new MUI table 1.0 is lacking. However, even the basic table requires muiTheme and when provided I get this nasty warning: bundle.js:21635 Warning: Unknown event handler property onTouchTap. It will be ignored. in button (created by EnhancedButton) in EnhancedButton (created by IconButton) in IconButton (created by DropDownMenu) in div (created by BeforeAfterWrapper) in BeforeAfterWrapper (created by ClearFix) in ClearFix (created by DropDownMenu) in div (created by DropDownMenu) in DropDownMenu (created by DataTables) in div (created by DataTables) in div (created by DataTables) in div (created by Toolbar) in Toolbar (created by DataTables) in div (created by DataTables) ...

Doesn't look like it affect functionality though. I've read that this is old MUI issue that was fixed in v. 0.15. Repo's using MUI v.0.18 and I'm on v.0.20.

I guess not biggy, but would be nice to address.