FYI @l0uden @CNFeffery
A small issue with the new features in Dash 3.4.0.
#3564 added the argument hide_all_callbacks that would make all callbacks hidden by default. At the same time, #3563 made it possible to hide clientside callbacks with hidden=True.
Unfortunately hide_all_callbacks does not work for clientside callbacks, only serverside ones. I think this should be easy to fix.
FYI @l0uden @CNFeffery
A small issue with the new features in Dash 3.4.0.
#3564 added the argument
hide_all_callbacksthat would make all callbacks hidden by default. At the same time, #3563 made it possible to hide clientside callbacks withhidden=True.Unfortunately
hide_all_callbacksdoes not work for clientside callbacks, only serverside ones. I think this should be easy to fix.