Material-ui framework with ReactiveHTML

Looks like a bug, may be there is already an issue on github or you can report it.
You can work around the error by changing the onChange callback:

onChange: (_, value) => {
                        this.setState({value: value})
                        data.value = value != null ? value : ""
                      },

and not allowing None in the value parameter

1 Like