Skip to content

Commit 8705baa

Browse files
committed
[hygiene] Lints etc
1 parent 2491f0e commit 8705baa

5 files changed

Lines changed: 296 additions & 136 deletions

File tree

src/@types/persisters/docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,8 +1448,8 @@
14481448
* });
14491449
*
14501450
* await persister.load();
1451-
* // -> `Status changed to 1`
1452-
* // -> `Status changed to 0`
1451+
* // -> 'Status changed to 1'
1452+
* // -> 'Status changed to 0'
14531453
*
14541454
* persister.delListener(listenerId);
14551455
*

src/@types/ui-solid/docs.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11755,8 +11755,9 @@
1175511755
* Normally you will register a Persister object by Id in a context by using the
1175611756
* `persistersById` prop of the top-level Provider component. This primitive,
1175711757
* however, lets you dynamically add a new Persister object to the context, from
11758-
* within a component. This is useful for applications where the set of Persister
11759-
* objects is not known at the time of the first render of the root Provider.
11758+
* within a component. This is useful for applications where the set of
11759+
* Persister objects is not known at the time of the first render of the root
11760+
* Provider.
1176011761
*
1176111762
* A Persister object added to the Provider context in this way will be
1176211763
* available to other components within the context (using the usePersister

0 commit comments

Comments
 (0)