NuxtN
Nuxtβ€’4mo agoβ€’
7 replies
Nya

localStorage.getItem is not a function

[CAUSE]
TypeError {
  stack: 'localStorage.getItem is not a function\n' +
  'at getTimelineLayersStateFromStorage (./node_modules/@vue/devtools-kit/dist/index.js:2272:30)\n' +
  'at initStateFactory (./node_modules/@vue/devtools-kit/dist/index.js:2565:26)\n' +
  'at ./node_modules/@vue/devtools-kit/dist/index.js:2569:68)\n' +
  '    at ModuleJob.run (node:internal/modules/esm/module_job:377:25)\n' +
  '    at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n' +
  '    at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:671:26)\n' +
  'at async ViteNodeRunner.interopedImport (./node_modules/vite-node/dist/client.mjs:450:26)\n' +
  'at async ViteNodeRunner.directRequest (./node_modules/vite-node/dist/client.mjs:271:20)\n' +
  'at async ViteNodeRunner.cachedRequest (./node_modules/vite-node/dist/client.mjs:189:11)\n' +
  'at async ViteNodeRunner.dependencyRe'... 87 more characters,
  message: 'localStorage.getItem is not a function',
}
Was this page helpful?