@tanstack/react-table 8.5.16 → 8.5.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4024,7 +4024,7 @@ var drawChart = (function (exports) {
4024
4024
  </script>
4025
4025
  <script>
4026
4026
  /*<!--*/
4027
- const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages","children":[{"name":"table-core/build/esm/index.js","uid":"8283-127"},{"name":"react-table/src/index.tsx","uid":"8283-129"}]}]}],"isRoot":true},"nodeParts":{"8283-127":{"renderedLength":125390,"gzipLength":22307,"brotliLength":0,"mainUid":"8283-126"},"8283-129":{"renderedLength":1923,"gzipLength":755,"brotliLength":0,"mainUid":"8283-128"}},"nodeMetas":{"8283-126":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"8283-127"},"imported":[],"importedBy":[{"uid":"8283-128"}]},"8283-128":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"8283-129"},"imported":[{"uid":"8283-130"},{"uid":"8283-126"}],"importedBy":[],"isEntry":true},"8283-130":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"8283-128"}],"isExternal":true}},"env":{"rollup":"2.79.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
4027
+ const data = {"version":2,"tree":{"name":"root","children":[{"name":"index.production.js","children":[{"name":"packages","children":[{"name":"table-core/build/esm/index.js","uid":"1d0e-127"},{"name":"react-table/src/index.tsx","uid":"1d0e-129"}]}]}],"isRoot":true},"nodeParts":{"1d0e-127":{"renderedLength":125390,"gzipLength":22307,"brotliLength":0,"mainUid":"1d0e-126"},"1d0e-129":{"renderedLength":1923,"gzipLength":755,"brotliLength":0,"mainUid":"1d0e-128"}},"nodeMetas":{"1d0e-126":{"id":"/packages/table-core/build/esm/index.js","moduleParts":{"index.production.js":"1d0e-127"},"imported":[],"importedBy":[{"uid":"1d0e-128"}]},"1d0e-128":{"id":"/packages/react-table/src/index.tsx","moduleParts":{"index.production.js":"1d0e-129"},"imported":[{"uid":"1d0e-130"},{"uid":"1d0e-126"}],"importedBy":[],"isEntry":true},"1d0e-130":{"id":"react","moduleParts":{},"imported":[],"importedBy":[{"uid":"1d0e-128"}],"isExternal":true}},"env":{"rollup":"2.79.1"},"options":{"gzip":true,"brotli":false,"sourcemap":false}};
4028
4028
 
4029
4029
  const run = () => {
4030
4030
  const width = window.innerWidth;
@@ -11,11 +11,11 @@
11
11
  "children": [
12
12
  {
13
13
  "name": "table-core/build/esm/index.js",
14
- "uid": "8283-132"
14
+ "uid": "1d0e-132"
15
15
  },
16
16
  {
17
17
  "name": "react-table/src/index.tsx",
18
- "uid": "8283-134"
18
+ "uid": "1d0e-134"
19
19
  }
20
20
  ]
21
21
  }
@@ -25,55 +25,55 @@
25
25
  "isRoot": true
26
26
  },
27
27
  "nodeParts": {
28
- "8283-132": {
28
+ "1d0e-132": {
29
29
  "renderedLength": 125390,
30
30
  "gzipLength": 22307,
31
31
  "brotliLength": 0,
32
- "mainUid": "8283-131"
32
+ "mainUid": "1d0e-131"
33
33
  },
34
- "8283-134": {
34
+ "1d0e-134": {
35
35
  "renderedLength": 1923,
36
36
  "gzipLength": 755,
37
37
  "brotliLength": 0,
38
- "mainUid": "8283-133"
38
+ "mainUid": "1d0e-133"
39
39
  }
40
40
  },
41
41
  "nodeMetas": {
42
- "8283-131": {
42
+ "1d0e-131": {
43
43
  "id": "/packages/table-core/build/esm/index.js",
44
44
  "moduleParts": {
45
- "index.production.js": "8283-132"
45
+ "index.production.js": "1d0e-132"
46
46
  },
47
47
  "imported": [],
48
48
  "importedBy": [
49
49
  {
50
- "uid": "8283-133"
50
+ "uid": "1d0e-133"
51
51
  }
52
52
  ]
53
53
  },
54
- "8283-133": {
54
+ "1d0e-133": {
55
55
  "id": "/packages/react-table/src/index.tsx",
56
56
  "moduleParts": {
57
- "index.production.js": "8283-134"
57
+ "index.production.js": "1d0e-134"
58
58
  },
59
59
  "imported": [
60
60
  {
61
- "uid": "8283-135"
61
+ "uid": "1d0e-135"
62
62
  },
63
63
  {
64
- "uid": "8283-131"
64
+ "uid": "1d0e-131"
65
65
  }
66
66
  ],
67
67
  "importedBy": [],
68
68
  "isEntry": true
69
69
  },
70
- "8283-135": {
70
+ "1d0e-135": {
71
71
  "id": "react",
72
72
  "moduleParts": {},
73
73
  "imported": [],
74
74
  "importedBy": [
75
75
  {
76
- "uid": "8283-133"
76
+ "uid": "1d0e-133"
77
77
  }
78
78
  ],
79
79
  "isExternal": true
@@ -139,6 +139,9 @@
139
139
  let result = originalRow;
140
140
  for (const key of accessorKey.split('.')) {
141
141
  result = result[key];
142
+ if (result === undefined) {
143
+ throw new Error(`"${key}" in deeply nested key "${accessorKey}" returned undefined.`);
144
+ }
142
145
  }
143
146
  return result;
144
147
  };