React: passing props from child to parent
I've detailed my question on SOF for readability and clarity, appreciate any help!
https://stackoverflow.com/questions/76932958/passing-props-from-child-to-parent
https://stackoverflow.com/questions/76932958/passing-props-from-child-to-parent
Stack Overflow
I've got a side-nav.js which has the list of categories of items, I want to grab the categoryid and pass it to the parent layout.js, then to the parent of layout.js -> customer.js.
Currently I'm
Currently I'm
