All Questions
2 questions
0
votes
0
answers
77
views
Why am I getting a 'Invalid Hooks' error when using React router bootstap's LinkContainer?
I am trying to create a navbar using react-router-bootstrap but keep getting an invalid hooks error when I try to use the LinkContainer. Not having used react-router-bootstrap before, I wrote a quick ...
6
votes
6
answers
165k
views
I cannot find the error TypeError: Cannot read properties of undefined (reading 'name')
I'm new to react and I need some help when I´m trying to bring some "products" from an array of objects that I have in one file of my react app called "products.js".
The thing is ...