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
Hello guys, I saw this problem when I was trying to use the button component. I opened this pull request to fix this problem. Now it's just wait for some review.
I have a button in my
index.html
:Trying to change its value as following has no effect:
Edit: The actual workaround I'm using it to put a custom text component (
<a-entity text="" />
) inside the button and edit it when I need.The text was updated successfully, but these errors were encountered: