impress/src/app/components
Matchu 33740af5ee Stop passing null value in SpeciesColorPicker
This is a minor change to clear a console warning, and make intended behavior clearer! You're not supposed to pass `null` as a select value, because it's ambiguous about whether you're looking for the first option or to make this an "uncontrolled component".

Here, I now provide a fallback value, which is an explicit string for the placeholder option. I made the string very explicit, to aid in debugging if it somehow leaks out from where it's supposed to be! (But I also added gating in the `onChange` event, just to be extra sure.)
2021-11-01 16:19:17 -07:00
..
HangerSpinner.js fix large-icon visual bug 2021-01-04 03:11:55 +00:00
HTML5Badge.js Handle OFFICIAL_SWF_IS_INCORRECT for pet layers 2021-08-14 16:46:05 -07:00
ItemCard.js [WIP] UI for isManuallyNc support tool 2021-02-22 19:11:03 -08:00
ItemSearchPageToolbar.js Add search toolbar to item page 2021-09-30 20:04:50 -07:00
MarkdownAndSafeHTML.js Add underline to item list description links 2021-09-06 14:08:43 -07:00
OutfitMovieLayer.js Detect more animated items 2021-07-02 15:40:04 -07:00
OutfitPreview.js Remove stray onChangeHasAnimations prop 2021-11-01 16:09:09 -07:00
OutfitThumbnail.js Use standard image URLs on Your Outfits page 2021-09-03 15:37:38 -07:00
PaginationToolbar.js Keep prev/next enabled while pages load 2021-06-21 13:50:49 -07:00
SpeciesColorPicker.js Stop passing null value in SpeciesColorPicker 2021-11-01 16:19:17 -07:00
SquareItemCard.js Wire up the Remove button for item lists 2021-09-30 19:26:09 -07:00
useCurrentUser.js Create Cypress command to log in 2021-04-19 02:22:45 -07:00
useOutfitAppearance.js Move getVisibleLayers to a new shared directory 2021-05-13 17:35:58 -07:00
useRequireLogin.js simulate login with IMPRESS_LOG_IN_AS flag 2021-01-05 23:22:03 -08:00
WIPCallout.js First draft of UserItemListPage 2021-06-12 04:45:23 -07:00