react-union
react-union copied to clipboard
Checkboxes break with browserSync
Similar to https://github.com/react-component/checkbox/issues/13
I suggest adding
browserSync.create().init(
{
ui: false,
ghostMode: false,
...config,
},
resolve
);
to react-union-scripts/scripts/startDevServer.js, because a consistently working application is IMO better than this feature (or make ghostMode opt-in via a config option).
@wafflepie is this still true?
Probably, but it needs to be verified. I've looked through browser sync commits and couldn't find anything related.
I seriously doubt that anybody uses ghost mode anyway for React Union development, so it's probably safer to disable this to avoid weird / hard to reproduce bugs.