Skip to content

The initial config value is getting ignored when using URL persistence #10

@haydn

Description

@haydn

In this example records will always be ignored:

const { updateRecordSet, recordSet } = createRecordSet(schema, {
  init: records,
  persistence: "url"
});

This problem doesn't happen when using LocalStoragePersistence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions