lundegaard / lundegaard/react-union

Checkboxes break with browserSync

Open
#90 3 comments 0 reactions 0 assignees View on GitHub
react-union-scripts
Dominant language
JavaScript
Stars
96
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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).

Contributor guide

Open the contributing guide

Research direction

Start with react-union-scripts/scripts/startDevServer.js and inspect how browserSync is initialized. Verify the proposed ghostMode behavior or the suggested opt-in configuration; done means checkboxes continue working in a development session without unwanted BrowserSync interactions.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.