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
dash._grouping.SchemaTypeValidationError: Schema: {'test': <Output `output-global.children`>}
Path: ()
Expected type: <class 'dict'>
Received value of type <class 'list'>:
[<dash._callback.NoUpdate object at 0x00000215C014BF40>]
It seems to return a list containing NoUpdate by default.
The text was updated successfully, but these errors were encountered:
gvwilson
changed the title
[BUG] In version 2.18, the exception handling mechanism for using keyword parameters to orchestrate callbacks reported an error
exception handling mechanism for using keyword parameters to orchestrate callbacks reported an error
Sep 5, 2024
Hi, there.
I encountered a bug while using the exception handling feature in version 2.18.
Dash related information is as follows
The test code is as follows
The error message is as follows
It seems to return a list containing NoUpdate by default.
The text was updated successfully, but these errors were encountered: