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

i am getting below error #71

Open
kmadhusudhan opened this issue Nov 2, 2017 · 5 comments
Open

i am getting below error #71

kmadhusudhan opened this issue Nov 2, 2017 · 5 comments

Comments

@kmadhusudhan
Copy link

kmadhusudhan commented Nov 2, 2017

This is my component

Warning: Unknown prop onTouchTap on

tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
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)
in DataTables (created by List)
in MuiThemeProvider (created by List)
in List (created by Connect(List))
in Connect(List) (created by Users)

@chescalante
Copy link

chescalante commented Nov 2, 2017

this is because you set the property onTouchTap and if the property doesn't exist, what are you trying to do?.
considering the property is not present in the documentation I assume is not implemented.

@kmadhusudhan
Copy link
Author

there is not property onTouchTap in my react component ? any way is it reliable on server side with paginations and sorting ?

@swestermire
Copy link

Same issue. It's just a warning so I'm ignoring it. I'm only using height, columns, data table attributes. I don't think I can make this any simpler.

@kmadhusudhan
Copy link
Author

is it support with server side data ?

@manukbenjamin
Copy link

Any solution to fix "Warning: Unknown prop onTouchTap"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants