We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5969efb commit 70b00efCopy full SHA for 70b00ef
app/renderer-jsx/schema-form/utils.jsx
@@ -1,5 +1,7 @@
1
'use strict';
2
3
+import React from 'react'; // DO NOT REMOVE THIS LINE, JSX USES THIS LIBRARY
4
+
5
const lo_isString = require('lodash.isstring');
6
const textutil = require('../../main/utils/textutil');
7
0 commit comments