Skip to content

Commit

Permalink
docs: fixed empty link
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Apr 19, 2022
1 parent eaf122b commit 8bd6a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/0.3.4/en-US/reference/state/idb-freezing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Freezing to IndexedDB

One of the most common places to store frozen state is inside the browser, which can be done with Perseus' inbuilt `IdbFrozenStateStore` system, which uses [IndexedDB]() to store as many frozen states as you want, allowing you to revert to not just the previous state, but the one before that, the one before that, etc.
One of the most common places to store frozen state is inside the browser, which can be done with Perseus' inbuilt `IdbFrozenStateStore` system, which uses [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) to store as many frozen states as you want, allowing you to revert to not just the previous state, but the one before that, the one before that, etc.

To use this system, you'll need to enable the `idb-freezing` feature flag, and then you can use the system as per the below example.

Expand Down
2 changes: 1 addition & 1 deletion docs/next/en-US/reference/state/idb-freezing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Freezing to IndexedDB

One of the most common places to store frozen state is inside the browser, which can be done with Perseus' inbuilt `IdbFrozenStateStore` system, which uses [IndexedDB]() to store as many frozen states as you want, allowing you to revert to not just the previous state, but the one before that, the one before that, etc.
One of the most common places to store frozen state is inside the browser, which can be done with Perseus' inbuilt `IdbFrozenStateStore` system, which uses [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) to store as many frozen states as you want, allowing you to revert to not just the previous state, but the one before that, the one before that, etc.

To use this system, you'll need to enable the `idb-freezing` feature flag, and then you can use the system as per the below example.

Expand Down

0 comments on commit 8bd6a8f

Please sign in to comment.