dtable-ui-component 0.3.10-beta.1 → 0.3.11

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.
@@ -119,6 +119,7 @@ var EditorFormatter = /*#__PURE__*/function (_React$Component) {
119
119
 
120
120
  case CellType.GEOLOCATION:
121
121
  {
122
+ if (typeof cellValue !== 'object') return null;
122
123
  return /*#__PURE__*/React.createElement("div", {
123
124
  className: "geolocation-formatter-container"
124
125
  }, /*#__PURE__*/React.createElement(GeolocationFormatter, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.3.10-beta.1",
3
+ "version": "0.3.11",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "dtable-utils": "0.0.2",