Use Dash's create_callback_id to get the callback id#163
Conversation
|
@alexcjohnson if you could have a quick look at this one as well 🙏 |
|
Hey Renaud, I'll have the team take a look as this. For future reference feel free to tag myself or @gvwilson if you have any questions on GH. That being said as this adds new functionality to the package I am not immediately sure whether we will accept this PR. |
|
Hey @ndrezn this isn't new functionality, it's a fix. The |
|
Just wanted to add that I also came across this bug completely independently of @RenaudLN. |
|




The current public_callback decorator wasn't working well in some cases, including when using dash-extension's DashProxy.
This PR leverages Dash's internal
create_callback_idto retrieve the callback id to be marked as public.Also copied test updated from #162 as this PR supersedes the fix in there.