Am I using Avatar wrong? #1157
Closed
samuelgozi
started this conversation in
General
Replies: 1 comment 1 reply
-
I see the problem now. const api = avatar.connect(state, send, normalizeProps) with const api = createMemo(() => avatar.connect(state, send, normalizeProps)); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I love the idea behind the project, so I started using it on a new project.
The first component I am trying to use is avatar (I wanted to start with something small), and I am having troubles making it work.
It seems like the props are not updating.
The state of
data-part="image"
remain hidden, and Im 100% sure the image is reachable, and the eventonLoadingStatusChange
is fired correctly.Below is my code. Am I doing something incorrectly?
Beta Was this translation helpful? Give feedback.
All reactions