Hi,
_import_layouts_from_pages is not anymore a member of class dash.Dash but a function from dash._pages
As a side effect DashSPA._import_layouts_from_pages is not called anymore so python files containing "register_container" are not imported anymore.
Hi,
_import_layouts_from_pages is not anymore a member of class dash.Dash but a function from dash._pages
As a side effect DashSPA._import_layouts_from_pages is not called anymore so python files containing "register_container" are not imported anymore.