@visns-studio/visns-components 1.3.5 → 1.3.6

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.
@@ -1095,8 +1095,8 @@ const DataGrid = forwardRef(
1095
1095
  render: ({ data }) => {
1096
1096
  if (data && data[column.id]) {
1097
1097
  const regex = /<p>(.*?)<\/p>/gi;
1098
- value;
1099
- match;
1098
+ value = "";
1099
+ match = "";
1100
1100
 
1101
1101
  while (
1102
1102
  (match = regex.exec(
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  "react-dom": "^17.0.1"
35
35
  },
36
36
  "name": "@visns-studio/visns-components",
37
- "version": "1.3.5",
37
+ "version": "1.3.6",
38
38
  "description": "Various packages to assist in the development of our Custom Applications.",
39
39
  "main": "index.js",
40
40
  "devDependencies": {},