Javascript – React state fetching value from localStorage is undefined even though console logging 'localStorage.getItems("items")' returns valid string
I am building a Tenzies game and would like to implement a functionality that stores the number of previous rolls of the dice a user has to the localStorage and I already have a feature that renders the number of…