Closed AnnMarieW closed 2 years ago
This PR makes it possible to use dash-labs while using the pages feature in dash 2.5.
pages
This fixes the issue where it would use the dash-labs register_page function rather than the one from dash if the app included:
register_page
dash
import dash_labs as dl
This PR makes it possible to use dash-labs while using the
pages
feature in dash 2.5.This fixes the issue where it would use the dash-labs
register_page
function rather than the one fromdash
if the app included: