add TODO comments for the new Electron async APIs that replace the remote module
This commit is contained in:
parent
b8a1ffd6b0
commit
03ff483bea
4 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
import {remote} from 'electron';
|
||||
// TODO: Should be updates to new async API https://medium.com/@nornagon/electrons-remote-module-considered-harmful-70d69500f31
|
||||
|
||||
import Immutable, {Immutable as ImmutableType} from 'seamless-immutable';
|
||||
import {decorateUIReducer} from '../utils/plugins';
|
||||
import {CONFIG_LOAD, CONFIG_RELOAD} from '../constants/config';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue