• 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
Name
Last commit
Last update
..
modules Loading commit data...
test Loading commit data...
create-store.js Loading commit data...
debug-middleware.js Loading commit data...
index.js Loading commit data...
use-store.js Loading commit data...
util.js Loading commit data...