The false-positive-type selector (Fires.js) and the language selector (Profile.js) used Bootstrap's jQuery dropdown (`data-toggle="dropdown"`), the last widgets depending on the BS4 jQuery JS that goes away with the CSS swap. Replace both with react-bootstrap <Dropdown>/<Dropdown.Toggle>/<Dropdown.Item> (open/close in React, no jQuery). Keeps the `.lang-selector` hook and `.btn-group` layout; works on the current BS4 CSS. Full-app build boots clean. |
||
|---|---|---|
| .. | ||
| Profile.js | ||
| Profile.scss | ||