create-cycle-app icon indicating copy to clipboard operation
create-cycle-app copied to clipboard

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

Open GlenHughes opened this issue 7 years ago • 1 comments

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?

GlenHughes avatar Sep 10 '18 19:09 GlenHughes

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

rocketkittens avatar Jan 16 '20 01:01 rocketkittens