• Robert Knight's avatar
    Freeze store state with `immutable` in development builds · 96cc2de8
    Robert Knight authored
    Deep-freeze the store state after each action in development builds to
    catch accidental mutation bugs such as #1879.
    
    We couldn't do this in the past because the `annotation` component used
    to mutate newly created annotations. As a result of recent refactoring,
    this no longer happens.
    96cc2de8
create-store-test.js 4.05 KB