Dcc.loading example error running the app

Hi,

First off I wanna say that Dash/plotly is a very cool module for python. Started with pysimpegui two weeks ago but then two days ago I found this! Now I have made my own little web application!

Now I have started to read the documentation and go through some of the features. I was trying the dcc.loading example dcc.Loading | Dash for Python Documentation | Plotly but this example does not work. The error code is:
the input argument loading-input-1.value must be a list or tuple of dash.dependencies.Inputs.

Is there anyone that can help a little bit ? :slight_smile:

Hi @jharm and welcome to Dash! :slight_smile:

Be sure to upgrade to the latest version of Dash and it should fix this error.

Sure that did the trick. I guess I have to be more aware about that in the future. Thx for the help!

1 Like