Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Update Immutable docs #974

Merged
merged 1 commit into from Oct 16, 2017
Merged

Update Immutable docs #974

merged 1 commit into from Oct 16, 2017

Commits on Oct 16, 2017

  1. Update Immutable docs

    For an hour or so I was wondering why my form validators and onSubmit function were returning undefined when accessing attributes e.g. `formObj.name`. Turns out, when using the immutable counterparts, things are returned as `Map`. 
    
    Added `formObj.get('name');` so people will get a hint that it works that way.
    Ralph Sto. Domingo committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    e49f9c2 View commit details
    Browse the repository at this point in the history