1.115.0 fast follows (#9743)

* Fix caching, fix attributes setting

* Use useCallOnce hook

* Update dismissal handling

* Update copy
This commit is contained in:
Eric Bailey
2026-01-23 16:28:40 -06:00
committed by GitHub
parent 967b3b49d9
commit 3523e7ce58
6 changed files with 57 additions and 38 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ setPolyfills({
return value != null ? JSON.parse(value) : null
},
setItem: async (key, value) => {
CACHE.set(key, JSON.stringify(value))
CACHE.set(key, value)
},
},
})