dash 3.2.0 dash-bootstrap-components 2.0.3 `dbc.Spinner` has exactly the same bug as `dcc.Loading` had, as reported [here](https://github.com/plotly/dash/issues/3276). [This](https://github.com/dbc-team/dash-bootstrap-components/blob/main/src/private/util.js#L86) is the line that needs to be fixed in the same was as [here](https://github.com/plotly/dash/pull/3278/files). Thank you.