randAvatar is not so random?
SamBeroz opened this issue · 1 comments
SamBeroz commented
Am I making a mistake with how I'm calling randAvatar? The returned value seems to just reflect whatever size is:
return fake(() =>
https://i.pravatar.cc/${size}`, options);`
shaharkazaz commented
if you refresh: https://i.pravatar.cc/100 you get a different avatar every time, the size shouldn't be random, the image is 🙂
I've also updated the docs to show a different image when clicking "update data"