diff --git a/app/renderer-jsx/schema-form/utils.jsx b/app/renderer-jsx/schema-form/utils.jsx index 97ca14df..961e41a8 100644 --- a/app/renderer-jsx/schema-form/utils.jsx +++ b/app/renderer-jsx/schema-form/utils.jsx @@ -1,5 +1,7 @@ 'use strict'; +import React from 'react'; // DO NOT REMOVE THIS LINE, JSX USES THIS LIBRARY + const lo_isString = require('lodash.isstring'); const textutil = require('../../main/utils/textutil');