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
A change dealing with sync/async in the get_show_toolbar function now requires an async_mode parameter.
System Information
Operating system: Linux
Strawberry version: 0.262.5
Strawberry django version: 0.57.1
Additional Context
The fix is tricky to be compatible with older django-debug-toolbar version as the parameter did not exist and no **kwargs was there.
Possible solutions: