Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When the value changes it doesn't change #1

Open
jack-smith-adigium opened this issue Mar 20, 2023 · 0 comments
Open

When the value changes it doesn't change #1

jack-smith-adigium opened this issue Mar 20, 2023 · 0 comments

Comments

@jack-smith-adigium
Copy link

I have created the Identicon element with a changeable value, but when the value changes, the Identicon doesn't change.
Also I have tried to create it inside useMemo but with no change.

const profilePicture = useMemo(() => {
    return <Identicon value={address} />;
  }, [address]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant