Javascript – ReactJS: State is not working inside nested function
So I tried to modify the tagList using setTagList(). It changed the content of the page (it adds tags in the <Filter /> component) but I cannot implement that each tag in <Filter /> is unique. import Filter from "./components/Filter";…