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 the recent versions of dash (> 1.21.0) have
the `dash_renderer` merged within the dash repo.
Namely, we need
- grab the `dash_renderer` module from the main `dash` module
- to override the `namespace` value
with `"dash_renderer" to fetch from the
correct URL, we do something similar for the renderer deps
just above.
0 commit comments