plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.19k stars 2.04k forks source link

Provide wildcard IDs in error message #1226

Open chriddyp opened 4 years ago

chriddyp commented 4 years ago

I'm working on an app with pattern matching callbacks and I received this error message: image

The wildcard ids currently available are logged above.

I believe that they are available in the console, but it would be helpful if they were listed in this error message itself

cc @plotly/dash-core

alexcjohnson commented 4 years ago

heh yeah I got a little lazy there, they're just in the js console 🙈 I'm not quite sure the right way to handle this though, this list can be enormous in a ~wildcards~ pattern-matching world, and each ID is fairly verbose on its own too.