Having two path params with the same name in session storage
needtheanswers
6 months ago
Hi, I use path params with the name ABC on one page of my application. I save the path param in my session storage. Can I also use a path param with the name ABC on another page of my application or would this cause any problems? Thanks ๐
Lucas G
6 months ago
You never want to use the same name for different things anywhere, that will lead to mixups and overwrites