cornflourblue / react-redux-registration-login-example

React + Redux - User Registration and Login Tutorial & Example
https://jasonwatmore.com/post/2017/09/16/react-redux-user-registration-and-login-tutorial-example
MIT License
1.19k stars 760 forks source link

You should not use <Route component> and <Route render> in the same route; <Route render> will be ignored #9

Open GlenHughes opened 6 years ago

GlenHughes commented 6 years ago

You should not use <Route component> and <Route render> in the same route; <Route render> will be ignored Getting this error. Any ideas how to fix?

rocketkittens commented 4 years ago

You did not provide a code sample, regardless issue resides in <Route> tag usage. Also its not an error, its a warning... to learn how to read and close issue from 2018, it is 2020 now.

Warning: You should not use <Route render> and <Route children> in the same route; <Route render> will be ignored