Oops, creating a new `SpeciesColorPicker` fn on each render meant that React treated it as a whole new dropdown each time. I've extracted it out into a stable component class, and just pass in the extra props now! This bug caused changes to kick you out of focus for the dropdown, because it had unmounted and remounted. |
||
|---|---|---|
| .. | ||
| HangerSpinner.js | ||
| ItemCard.js | ||
| OutfitMovieLayer.js | ||
| OutfitPreview.js | ||
| SpeciesColorPicker.js | ||
| useCurrentUser.js | ||
| useOutfitAppearance.js | ||
| WIPCallout.js | ||