Javascript – this.forceUpdate and passing state through React-Router-DOM Link component
I solved my own problem already but I have no clue as to what's happening and why it works. I have a Link component that links to the same page it's currently on, but for a different product. So the…