-
Notifications
You must be signed in to change notification settings - Fork 66
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
React DOM 15.2 Add warning for unknown properties on DOM elements #66
Comments
Also having this issue. Any solutions to this? |
It is most likely caused by:
Are you seeing these warnings with the kitchen sink app? |
Moved to react 15.0 was an issue with 15.2 |
hey @pors! Yes, this happens with the kitchen sink demo. Simply installing the demo did it for me.
React 15.2.1. |
@chrisbolin Hmm, I experience it as well. Where does this suddenly come from I wonder? We didn't do any React updates. Anyway, this is something we should fix. It's much better practice to peel off props before passing the whole this.props down. |
Im having the same issue with my project. But its just after I clone my own repo again and hit npm install after. So I think its due to a never version of react. |
Ok checking the versions. Its not happening with react 15.1! |
@JWPapi can you try version 1.2.0-beta.0 of reactionic and see if that resolves it? Will make it a new non-beta version soon. |
npm install [email protected] |
can you try: |
same Mark Pors [email protected] schrieb am Do., 11. Aug. 2016 um
|
If you updated your app and the error shows, can you remove node_modules and install again. In case that wouldn't work, could you upload a repo reproducing the problem. |
https://github.com/JWPapi/nightscool This repo comes without node_modules You wont see much since its based on the DB, but you should get the error after cloning and npm install |
I made the next changes to make it work. In package.json I updated reactionic.
And in ui/components/views/Reservation.jsx in line 89 replace the attribute in the label class for className. Then do a npm install and it should work now. |
Ok Thank you very much. Im really busy today. Will check it tomorrow and give feedback. |
Ok im not getting the warning for unknown properties anymore. Im no having this error: Warning: You are manually calling a React.PropTypes validation function for the But I think that might be an issue with my project. Sorry really in a hurry today |
Any fix? Still receiving this error today and it's very annoying. |
The fix pors and gabrielseco mentioned are working. Anyway im Sorry, but Reactionic is not maintained anymore. You could try Onsen, if you not already put in a lot of effort |
Warnings in console with latests react-dom
Anything we need to do to fix it from here?
Unknown props
customClasses
,leftButton
,rightButton
,history
,location
,params
,route
,routeParams
,routes
,pageList
,isFetching
,navigate
on tag. Remove these props from the element. For details, see https://fb.me/react-unknown-propin span (created by ReactTransitionGroup)
in ReactTransitionGroup (created by ReactCSSTransitionGroup)
in ReactCSSTransitionGroup (created by RouteCSSTransitionGroup)
in RouteCSSTransitionGroup (created by IonNavBar)
in div (created by IonNavBar)
in IonNavBar (created by Layout)
in div (created by IonSideMenuContent)
in IonSideMenuContent (created by Layout)
in div (created by IonSideMenuContainer)
in IonSideMenuContainer (created by Layout)
in Layout (created by Connect(Layout))
in Connect(Layout) (created by RouterContext)
in div (created by IonBody)
in IonBody (created by App)
in App (created by RouterContext)
in RouterContext (created by Router)
in Router (created by AppRouter)
in AppRouter
in Provider
https://github.com/facebook/react/releases
The text was updated successfully, but these errors were encountered: