Skip to content

When the value changes it doesn't change #1

Description

@jack-smith-adigium

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]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions