mjmeintjes / boot-react-native

Better development experience with ClojureScript and React Native
117 stars 14 forks source link

boot-reload hud errors on reload #54

Closed pesterhazy closed 8 years ago

pesterhazy commented 8 years ago

There are still issues with boot-reload's "hud" display typically shown on reload. This is what I see when I change a file in SimpleExampleApp:

Jun  1 09:49:40 Pauluss-MacBook-Air SimpleExampleApp[10756]: createElement is faked - see goog/base.js
Jun  1 09:49:40 Pauluss-MacBook-Air SimpleExampleApp[10756]: undefined is not an object (evaluating 'element.style')
Jun  1 09:49:40 Pauluss-MacBook-Air SimpleExampleApp[10756]: Unhandled JS Exception: undefined is not an object (evaluating 'element.style')

I thought that this was fixed by https://github.com/adzerk-oss/boot-reload/pull/58 but it doesn't look like it. I've tried bumping the boot-reload version in build.boot and setting disable-hud, but both didn't work.

Not sure why has-dom? in boot-reload doesn't appear to work.

screen shot 2016-06-01 at 09 52 11

pesterhazy commented 8 years ago

Should be fixed with #55

pesterhazy commented 8 years ago

Fixed with recent boot-reload

vikeri commented 8 years ago

Got this error now 🙁 Using boot-reload "0.4.12" and the other deps are updated as well

edit: nvm, was something wrong with my build.boot

pesterhazy commented 8 years ago

glad to hear that! Did you need the :disable-hud flag?

vikeri commented 8 years ago

Nope, just had some tasks running that should not be running