Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint
  • Loading branch information
adamziel committed Nov 9, 2020
commit 69188dc2ad94571c1e9014890408de584ec404d5
2 changes: 1 addition & 1 deletion packages/core-data/src/locks/test/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe( 'locks', () => {
const request = { path: [ 'bird', 'green' ] };
const state = deepFreeze( {
requests: [ request ],
tree: tree,
tree,
} );

const lock = {};
Expand Down
12 changes: 4 additions & 8 deletions packages/data-controls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ The following controls are available on the object returned by the module:

<!-- START TOKEN(Autogenerated API docs) -->

<a name="acquireStoreLock" href="#acquireStoreLock">#</a> **acquireStoreLock**

Undocumented declaration.

<a name="apiFetch" href="#apiFetch">#</a> **apiFetch**

Dispatches a control action for triggering an api fetch call.
Expand All @@ -49,6 +45,10 @@ _Returns_

- `Object`: The control descriptor.

<a name="awaitPromise" href="#awaitPromise">#</a> **awaitPromise**

Undocumented declaration.

<a name="controls" href="#controls">#</a> **controls**

The default export is what you use to register the controls with your custom
Expand Down Expand Up @@ -93,10 +93,6 @@ _Parameters_

- _args_ `Array`: Arguments passed without change to the `@wordpress/data` control.

<a name="releaseStoreLock" href="#releaseStoreLock">#</a> **releaseStoreLock**

Undocumented declaration.

<a name="select" href="#select">#</a> **select**

Control for resolving a selector in a registered data store.
Expand Down