jmreidy / fluxy

An implementation of Facebook's Flux architecture
232 stars 19 forks source link

prevent payload wrapping on dispatch queue #40

Closed autarc closed 9 years ago

autarc commented 9 years ago

The passed data should only be wrapped before there actually used, doing it earlier can create multiple nestings.

jmreidy commented 9 years ago

Good catch.