Skip to content

Commit 2cfa658

Browse files
committed
v5.2.3
1 parent dc72eec commit 2cfa658

File tree

10 files changed

+122
-51
lines changed

10 files changed

+122
-51
lines changed

coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tests":7339,"assertions":32954,"lines":{"total":2231,"covered":2231,"skipped":0,"pct":100},"statements":{"total":2409,"covered":2409,"skipped":0,"pct":100},"functions":{"total":961,"covered":961,"skipped":0,"pct":100},"branches":{"total":860,"covered":859,"skipped":0,"pct":99.88},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}
1+
{"tests":7339,"assertions":32969,"lines":{"total":2231,"covered":2231,"skipped":0,"pct":100},"statements":{"total":2409,"covered":2409,"skipped":0,"pct":100},"functions":{"total":961,"covered":961,"skipped":0,"pct":100},"branches":{"total":860,"covered":859,"skipped":0,"pct":99.88},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/home.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/single.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/umd/tinybase/ui-react-inspector/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@
168168
const OPEN_VALUE = OPEN_CELL;
169169
const EDITABLE_CELL = 'editable';
170170
const getUniqueId = (...args) => jsonStringWithMap(args);
171-
const sortedIdsMap = (ids, callback) => arrayMap(arraySort(ids), callback);
171+
const sortedIdsMap = (ids, callback) =>
172+
arrayMap(arraySort([...ids]), callback);
172173
const useEditable = (uniqueId, s) => [
173174
!!uiReact.useCell(STATE_TABLE, uniqueId, EDITABLE_CELL, s),
174175
useCallback$1(

0 commit comments

Comments
 (0)