react-table-edit 1.2.49 → 1.2.50

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.
package/dist/index.js CHANGED
@@ -2890,6 +2890,7 @@ var DateInput = (0, import_react16.forwardRef)((props, ref) => {
2890
2890
  import_react_datepicker.default,
2891
2891
  {
2892
2892
  id,
2893
+ ref,
2893
2894
  open,
2894
2895
  className,
2895
2896
  selected: value,
package/dist/index.mjs CHANGED
@@ -2860,6 +2860,7 @@ var DateInput = forwardRef4((props, ref) => {
2860
2860
  DatePicker,
2861
2861
  {
2862
2862
  id,
2863
+ ref,
2863
2864
  open,
2864
2865
  className,
2865
2866
  selected: value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-table-edit",
3
- "version": "1.2.49",
3
+ "version": "1.2.50",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",