electron-userland / electron-compile

DEPRECATED: Electron supporting package to compile JS and CSS in Electron applications
1.01k stars 99 forks source link

React hot reload break instanceof #283

Open rllola opened 6 years ago

rllola commented 6 years ago

I am using electron-compile with react hot reload. I followed the indication from the README for the set up and it is breaking the instanceof after reloading.

I have an example repo that show how to reproduce the error : https://github.com/rllola/hmr-example-issue

I am expecting the store being passed to be an instanceof Store but after reloading it just say false...

I am hoping I can get help here.