Skip to content

Instantly share code, notes, and snippets.

@PeterKow
Created August 7, 2018 15:47
Show Gist options
  • Select an option

  • Save PeterKow/8ecce01c0480a83fa5dd21dd808adfdc to your computer and use it in GitHub Desktop.

Select an option

Save PeterKow/8ecce01c0480a83fa5dd21dd808adfdc to your computer and use it in GitHub Desktop.
var obj = Immutable.fromJS({ data: 'Some data' })
obj.get('data') //Some data
obj.data //undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment