Posts by Leonardo Ribeiro • 1 point
2 posts
-
0
votes1
answer1034
viewsA: Pass match.params into another component
I was able to solve it this way: after obtaining the id by match.params, I passed the id via props for the form component.
-
0
votes1
answer1034
viewsQ: Pass match.params into another component
I have the following problem: I have a step component and inside that component I have another component called form that renders one of the step steps. Well, on step I can get the id passed with…