This pen https://codepen.io/nicolaskruchten/pen/djgdba shows a wierd issue where .react()ing to the same state as previously causes error bars to disappear.
To reproduce:
- Click on newplot @ 0 (ok, svg)
- Click on react @ 0 (ok, svg)
- Click on newplot @ 0 (ok, svg)
- Click on react @ 1 (ok, gl)
- Click on newplot @ 1 (ok, gl)
- Click on react @ 1 (error bars vanish, gl)
This pen https://codepen.io/nicolaskruchten/pen/djgdba shows a wierd issue where
.react()ing to the same state as previously causes error bars to disappear.To reproduce: