Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initialValue is not set to storage rather it only broadcasted #3

Open
Muhammed-Rahif opened this issue Sep 15, 2024 · 0 comments
Open

Comments

@Muhammed-Rahif
Copy link
Contributor

Muhammed-Rahif commented Sep 15, 2024

From my example:

export const store = arrayStore<StoreType[]>({
  storeName: STORE_KEY,
  persist: true,
  noDuplication: true,
  initialValue: [
    {
      name: 'Example',
      id: uuidv4(),
      modifiedAt: Date.now()
    }
  ],
  browserStorage: 'indexedDB'
});

Not setting the initialValue to the storage makes the id and modifiedAt change each time the store starts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant