You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in bookpreview component when there is no image source available a placeholder will be used in its place.
The color of the placeholder is determined randomly. The problem is that the randomizer triggers way too often.
I think we can simply wrap the randomizer in a useEffect to make sure it only runs once.
The text was updated successfully, but these errors were encountered:
in bookpreview component when there is no image source available a placeholder will be used in its place.
The color of the placeholder is determined randomly. The problem is that the randomizer triggers way too often.
I think we can simply wrap the randomizer in a useEffect to make sure it only runs once.
The text was updated successfully, but these errors were encountered: