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
When I use state management for the messages array it works, but when I'm trying to used them with an object doesn't works, actually I have my object like this:
The userInfo state is only used to read the default information, actually i don't want to update it, but the value that I ever get when I used on the node is the same:
SET INFO
{
name: "Bob",
age: 25
}
SUPERVISOR INFO
{
name: "user",
age: 0
}
This is an example about how I'm trying to use the state:
When I use state management for the messages array it works, but when I'm trying to used them with an object doesn't works, actually I have my object like this:
The userInfo state is only used to read the default information, actually i don't want to update it, but the value that I ever get when I used on the node is the same:
This is an example about how I'm trying to use the state:
The text was updated successfully, but these errors were encountered: