We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c6b7c commit de45034Copy full SHA for de45034
plugins/store/guest-js/index.ts
@@ -407,7 +407,7 @@ interface IStore {
407
* Note:
408
* - This method loads the data and merges it with the current store,
409
* this behavior will be changed to resetting to default first and then merging with the on-disk state in v3,
410
- * to fully match the store with the on-disk state, set {@linkcode ReloadOptions.ignoreDefaults} to `true`
+ * to fully match the store with the on-disk state, set {@linkcode ReloadOptions | ignoreDefaults} to `true`
411
* - This method does not emit change events.
412
*
413
* @returns
0 commit comments