Closed sophia-hubscher closed 2 weeks ago
Fixed bug where favoriting items without refreshing the page caused an error
NOTE: I updated the wardrobeDB database, so before this will work, you need to run the following code:
const request = indexedDB.deleteDatabase('wardrobeDB'); request.onsuccess = () => { console.log('Database deleted successfully'); };
Fixed bug where favoriting items without refreshing the page caused an error
NOTE: I updated the wardrobeDB database, so before this will work, you need to run the following code: