Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Fix preferences not working (becauseof JSX)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heejin Lee committed Jun 11, 2016
1 parent 5969efb commit 70b00ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/renderer-jsx/schema-form/utils.jsx
Original file line number Diff line number Diff line change
@@ -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');

Expand Down

0 comments on commit 70b00ef

Please sign in to comment.