Skip to content

localStorage is not a function when using sveltekit #17

@isaacfink

Description

@isaacfink

I get the following error when using sveltekit

__vite_ssr_import_0__.localStorage is not a function

this is my store code

export const cart = persist(writable({packages:[]}), localStorage(), 'cart')

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions