-
Notifications
You must be signed in to change notification settings - Fork 416
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
Inconsistent Timeline initialization #8534
Comments
This issue is a regression introduced by making timeline module plugin. There are two approaches to fix it:
While second one looks preferable, it won't protect us from other plugins misbehaving because of missed MAP_CONFIG_LOADED action. @allyoucanmap |
@alexander-fedorenko We could work with the first approach but we need to change some thing:
so please create a new commit with only needed changes, thanks |
…ll plugins are loaded
…ll plugins are loaded (geosolutions-it#8538) (cherry picked from commit 854c32c)
…ll plugins are loaded (geosolutions-it#8538) (cherry picked from commit 854c32c)
Description
Timeline is not initializing correctly because sometimes it is disabled probably due to a race condition where epics/reducers are loaded too late. We need to ensure that the reducers/epics of timeline are initialized correctly taking into account that Timeline is using also the dimension epics that rely on MAP_CONFIG_LOADED.
How to reproduce
Expected Result
Current Result
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: