Skip to content

Commit 70b00ef

Browse files
author
Heejin Lee
committed
Fix preferences not working (becauseof JSX)
1 parent 5969efb commit 70b00ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/renderer-jsx/schema-form/utils.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
'use strict';
22

3+
import React from 'react'; // DO NOT REMOVE THIS LINE, JSX USES THIS LIBRARY
4+
35
const lo_isString = require('lodash.isstring');
46
const textutil = require('../../main/utils/textutil');
57

0 commit comments

Comments
 (0)