mariotacke / redux-electron-ipc

Redux Electron IPC Middleware
MIT License
56 stars 3 forks source link

using electron with react #14

Open sharifHayek opened 3 years ago

sharifHayek commented 3 years ago

@mariotacke ### this is my index.js in react app this is how I call the createIpc and Send Capture

### But it show me this error image

sharifHayek commented 3 years ago

@mariotacke ?!

mariotacke commented 3 years ago

This does not appear to be an issue with this library. redux-electron-ipc does not use any fs/file-system calls in its API. I would look into how your main/window is set up. If you have any specific redux-electron-ipc issues, please feel free to change your issue.