tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Toggling Reorder causes Section Order to Revert to Original #1143

Closed nelonoel closed 8 years ago

nelonoel commented 8 years ago

Sections are actually sorted right after refresh (meaning the request was successfully sent to the back-end). I've been debugging this and found that it's caused by sorting not triggering the state of the resumé store.

nelonoel commented 8 years ago

Update: Still didn't work upon separating reorder store. Might be a problem related with ReactJS' internal DOM element indexing.