sul-cidr / histonets

Histonets is an application to convert images of scanned maps into digital networks
https://histonets.stanford.edu
Other
20 stars 0 forks source link

Labels for slider/range components are off by one #187

Closed csbailey5t closed 7 years ago

csbailey5t commented 7 years ago

On multiple views, the label is one off from the actual value of the input.

This is likely due to the asynchronous nature of setState in React.

From the docs: "setState() does not always immediately update the component. It may batch or defer the update until later. This makes reading this.state right after calling setState() a potential pitfall."

Probably related to #186