Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create multipage apps #15

Closed
FRYoussef opened this issue Sep 11, 2020 · 1 comment
Closed

Unable to create multipage apps #15

FRYoussef opened this issue Sep 11, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@FRYoussef
Copy link
Collaborator

There's a bug related to the dash component 'dcc.Location', which manages the browser URL.

The callback fired by the 'dcc.Location' component, which is used as entry point to each app, is fired more than once, so the layout is loaded (but not rendered) many times, this brakes the layout callbacks.

This is not a fatal error for now, 'cause we just have one app, however, in the future, it'll can be a big thing.

@FRYoussef FRYoussef added the bug Something isn't working label Sep 11, 2020
@FRYoussef
Copy link
Collaborator Author

Fixed updating dash to 1.16.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant