impress-2020/src/app/components
Matchu 700073df8a fix bug where image load errors would keep loading
Dice reported this, thank you!

My mistake here was that `loadImage` _does_ reject when the image fails to load… but it ends up throwing `undefined`, since I forgot to pass the error along from `onerror` to `reject`!

So we would cancel stuff, but then store `undefined` as our error in state, which our component interprets as no-error.

I tested this by using Firefox DevTools request blocking!
2020-08-19 19:11:49 -07:00
..
HangerSpinner.js dark mode first draft! 2020-08-12 00:37:31 -07:00
OutfitPreview.js fix bug where image load errors would keep loading 2020-08-19 19:11:49 -07:00
SpeciesColorPicker.js hide invalid colors in wardrobe page dropdown 2020-08-19 19:05:44 -07:00
useOutfitAppearance.js Build cached zones, stop querying on server 2020-08-19 17:50:05 -07:00