vigetlabs / microcosm

Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
http://code.viget.com/microcosm/
MIT License
487 stars 22 forks source link

Replace `console.assert()` with `assert()` #417

Closed nhunzaker closed 6 years ago

nhunzaker commented 7 years ago

For strict mode, I want an actual failure. We'd still strip these out the production builds.

nhunzaker commented 6 years ago

Actually I'm starting to think there isn't a ton of value here. Maybe we'll pick this up later if it comes up.