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
{{ message }}
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
I am using a javacript map to store data I retrieve from an api for a udacity project.
However, the data is not being saved to the immutable object.
here is a branch you can clone and verify:
here is picture of implementation

here is picture of error received from immutable

error TypeError: immutableDoesNotWorkWithJavascriptMaps.data.has is not a function(…)
Is there a workaround to get immutable to use Javascript maps? am i doing something wrong (very likely...)? or should I abandon seamless immutable?