react-union icon indicating copy to clipboard operation
react-union copied to clipboard

Checkboxes break with browserSync

Open wafflepie opened this issue 7 years ago • 3 comments

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 avatar Jul 16 '18 08:07 wafflepie

@wafflepie is this still true?

tommmyy avatar Nov 07 '19 12:11 tommmyy

Probably, but it needs to be verified. I've looked through browser sync commits and couldn't find anything related.

wafflepie avatar Nov 08 '19 08:11 wafflepie

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.

wafflepie avatar Nov 08 '19 09:11 wafflepie