The callback is working.
I tried:
app.config['suppress_callback_exceptions'] = True
if __name__=="__main__":
app.run_server(debug=True, port=8080, dev_tools_ui=False, dev_tools_props_check=False)
The callback is working.
I tried:
app.config['suppress_callback_exceptions'] = True
if __name__=="__main__":
app.run_server(debug=True, port=8080, dev_tools_ui=False, dev_tools_props_check=False)
Filed a bug report: https://github.com/facultyai/dash-bootstrap-components/issues/476