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
Hi, if I extract the react-avatar to an apart component it rendered only once, and not changed on a useEffect state. What this can be? I suspect that it is cached, but a cache not enabled on the react-avatar
The text was updated successfully, but these errors were encountered:
Could you provide an example that suffers from the issue you are describing on Code Sandbox?
react-avatar reacts to property changes, just like any other React component. This means that if the properties supplied to the Avatar component change, the component should as well.
Hi, if I extract the react-avatar to an apart component it rendered only once, and not changed on a useEffect state. What this can be? I suspect that it is cached, but a cache not enabled on the react-avatar
The text was updated successfully, but these errors were encountered: