Adding layer via measurement view checkbox causes error
Closed this issue · 0 comments
jasontk19 commented
Describe the bug
checkbox.js:39 Uncaught TypeError: onCheck is not a function
at Checkbox.handleChange (checkbox.js:39)
at HTMLUnknownElement.callCallback (react-dom.development.js:188)
at Object.invokeGuardedCallbackDev (react-dom.development.js:237)
at invokeGuardedCallback (react-dom.development.js:292)
To Reproduce
Steps to reproduce the behavior:
- Open layer picker
- Select any category/measurement
- Click checkbox to add a layer
- See error