tjohnson1106 / saga-beta-V1

saga-stack-merged
1 stars 0 forks source link

Favorite Count is Binding In Reverse #11

Closed tjohnson1106 closed 6 years ago

tjohnson1106 commented 6 years ago

When favorite count is 1 isFavorited is showing false and when zero shows true. Incrementation appears to be correct; when favorite icon is pressed we get an unhandled in react-apollo warning(app does not break) suggesting that data binding is incorrect somewhere. Since waiting on back-end implementation this takes low priority, but error is likely somewhere in the client side subscription model.

tjohnson1106 commented 6 years ago

Fixed in V-0.4 rebuild. Closing issue.