React does not recognize the `computedMatch` prop on a DOM element.
Answers
Answered by
0
I receive the same warning, but I don't know why!
I do not have any `computedMatch` prop. I'm using react-router-dom and it seems that the warning appears where I create a route to a subcomponent using render={} attribute and passing the {match} ...
Is there someone who knows why it's launching that warning?
Thanks in advance!
I do not have any `computedMatch` prop. I'm using react-router-dom and it seems that the warning appears where I create a route to a subcomponent using render={} attribute and passing the {match} ...
Is there someone who knows why it's launching that warning?
Thanks in advance!
Similar questions