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
Hi,
I am recording the state using 'redux-remotedev/lib'
and members with type Map are saved as an array
for example: listOfKeys: Map<string, string> saved into array [[string, string]]
so when I import the recording json file into the redux-devtools-extension extension (version 2.15.1) it throws an error saying: "listOfKeys.get is not a function"
Can you tell what I need to do in order for the redux devtool to recognize Map members in state?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I am recording the state using 'redux-remotedev/lib'
and members with type Map are saved as an array
for example: listOfKeys: Map<string, string> saved into array [[string, string]]
so when I import the recording json file into the redux-devtools-extension extension (version 2.15.1) it throws an error saying: "listOfKeys.get is not a function"
Can you tell what I need to do in order for the redux devtool to recognize Map members in state?
Thanks,
The text was updated successfully, but these errors were encountered: