@visns-studio/visns-components 4.10.17 → 4.10.18

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/package.json CHANGED
@@ -76,7 +76,7 @@
76
76
  "react-dom": "^17.0.0 || ^18.0.0"
77
77
  },
78
78
  "name": "@visns-studio/visns-components",
79
- "version": "4.10.17",
79
+ "version": "4.10.18",
80
80
  "description": "Various packages to assist in the development of our Custom Applications.",
81
81
  "main": "src/index.js",
82
82
  "files": [
@@ -2056,7 +2056,7 @@ function Field({
2056
2056
  </button>
2057
2057
  </li>
2058
2058
  </ul>
2059
- {(canvasUrl || inputValue.state) && (
2059
+ {(canvasUrl || inputValue?.state) && (
2060
2060
  <SketchField
2061
2061
  ref={sketchRef}
2062
2062
  width={740}