You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
73 | const cache = await window.caches.open(STORE_NS)
| ^ 74 |
75 | // Calculate an unique list of sources to load
76 | // It also read caches storage and create a browser url for file sources`
No impact appears to be there on fuctionality, just close the error to take advantage of the tool
RAWGraphs Version
RAWGraphs v.1
Web browser and version
109.0.5414.168
Operating System
RHEL 7.9
The text was updated successfully, but these errors were encountered:
Hi All
After starting, navigating to the service URL I get the following error:
`Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'open')
loadStoredCustomCharts
src/hooks/useCustomCharts.js:73
70 | * @type {StoredCustomChart[]}
71 | */
72 | const storedCustomCharts = JSON.parse(localStorage.getItem(STORE_NS) ?? '[]')
No impact appears to be there on fuctionality, just close the error to take advantage of the tool
RAWGraphs Version
RAWGraphs v.1
Web browser and version
109.0.5414.168
Operating System
RHEL 7.9
The text was updated successfully, but these errors were encountered: