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
As suggested by @chriddyp in this forum post: creating a new triggered_dict would remove some boilerplate and make it possible to have more readable and intuitive code when using the callback_context
It would also be great to address PMC as well. See this this forum post:
Is there any good practice for parsing callback_context ? I recently started working more with pattern-matching callbacks and extracting certain values from the callback_context became essential. Until today, I have been doing things such as
As suggested by @chriddyp in this forum post: creating a new
triggered_dict
would remove some boilerplate and make it possible to have more readable and intuitive code when using thecallback_context
It would also be great to address PMC as well. See this this forum post:
idx = callback_context.states['packaging_concepts-div-waste_items.children'][-2]['props']['id']['index']
😬 😬
The text was updated successfully, but these errors were encountered: