@updog/data-editor 0.1.26 → 0.1.27

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1440,7 +1440,7 @@ function Zi(e, t) {
1440
1440
  var Qi = c(({ children: e, ...n }, r) => {
1441
1441
  let i = t.only(e);
1442
1442
  if (!l(i)) return null;
1443
- let o = i.props.ref ?? i.ref, s = Zi(n, i.props), c = r || o ? Wi(r, o) : void 0;
1443
+ let o = i.ref, s = Zi(n, i.props), c = r || o ? Wi(r, o) : void 0;
1444
1444
  return a(i, {
1445
1445
  ...s,
1446
1446
  ref: c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@updog/data-editor",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Client-side CSV importer and spreadsheet editor SDK for React. Import CSV, Excel, JSON, TSV, and XML, match columns, validate, and edit 1M+ rows entirely in the browser.",
5
5
  "author": "Mikhail Kutateladze <admin@updog.tech>",
6
6
  "homepage": "https://updog.tech",