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
Add functionality to save the nested object of model type in the redux-store.
Hint: Create a function marshalResource() which accepts two parameters: jsonObject and resourceName, and save the data of the object in the store with key : resourceName.
Originally reported by: Shishir Anshuman (Bitbucket: shishiranshuman13, GitHub: shishiranshuman13)
Add functionality to save the nested object of model type in the redux-store.
Hint: Create a function
marshalResource()
which accepts two parameters:jsonObject
andresourceName
, and save the data of the object in the store with key :resourceName
.The text was updated successfully, but these errors were encountered: