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
Due to the way the filterFunction is currently implemented it is only able to handle objects. This causes strings in the state to be "objectified" during a filterFunction operation.
eg
{
"0": "A",
"1": "B",
"2": "C",
...
}
The text was updated successfully, but these errors were encountered:
Due to the way the
filterFunction
is currently implemented it is only able to handle objects. This causes strings in the state to be "objectified" during a filterFunction operation.eg
The text was updated successfully, but these errors were encountered: