I’m working on a relatively complex multi-page dash app with dynamic content. I’ve been getting weird behavior when trying to use pattern matching callbacks. So I tried out one of the simple examples given here in my current environment using debug mode and I get the following error:
Invalid argument `id` passed into Div with ID "[object Object]".
Expected `string`.
Was supplied type `object`.
Value provided:
{
"type": "dynamic-output",
"index": 0
}
I’ve attached a screenshot of the error and my environment packages (I’m using Anaconda). Anyone know why its not working for me?
4 posts - 2 participants