You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gvwilson
changed the title
[BUG] Callbacks with no output and pattern MATCH not allowing dash to run
Callbacks with no output and pattern MATCH not allowing dash to run
Aug 13, 2024
This is the same issue as in #2462. Dash requires that if you use MATCH in the input, it should also appear in the output. The referenced issue also requested this restriction to be removed now that we can have callbacks with duplicate outputs. No idea, where on the roadmap this issue is.
Using a callback with no output in Dash 2.17.1 and using a MATCH pattern on the input from a data table prevents dash from loading.
Describe your context
Create a simple single file app with a data table and a pattern matching callback with no output.
This works:
This however causes the app to not load at all. The only indication of an issue is in the browser console. screenshot provided below:
Environment:
Describe the bug
Uncaught error TypeError: Cannot read properties of undefined (reading 'id') prevents dash from running.
Expected behavior
I expect that using a callback with no output works with both ALL and MATCH pattern matching.
Screenshots
The text was updated successfully, but these errors were encountered: