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
Adding the scroll-bar plugin to a facet-bars or facet-timeline seems to result in a issue on load/refresh where in the data never renders to the facet instance when being run in Vue. It can be hot-loaded into a vue component, but once you reload the page, the error occurs and does for every subsequent attempt to load by any means (reload or navigation to page with a component with the facet-bars/scrollbar combo. Initial exploration of the bug provides little clue as to why this occurs as it does appear to trigger the render code and events otherwise with no logged failure in the console. Also, the entire issue goes way if the scroll-bar is swapped for a zoom-bar.
At very least, the documentation should be updated to note that vue users should avoid the scroll-bar plugin, preferring the zoom-bar until the issue is solved. It could possibly be a vue level issue such that only additional example documentation is needed to reliably use the scroll bar in vue projects.
The text was updated successfully, but these errors were encountered:
Adding the scroll-bar plugin to a facet-bars or facet-timeline seems to result in a issue on load/refresh where in the data never renders to the facet instance when being run in Vue. It can be hot-loaded into a vue component, but once you reload the page, the error occurs and does for every subsequent attempt to load by any means (reload or navigation to page with a component with the facet-bars/scrollbar combo. Initial exploration of the bug provides little clue as to why this occurs as it does appear to trigger the render code and events otherwise with no logged failure in the console. Also, the entire issue goes way if the scroll-bar is swapped for a zoom-bar.
At very least, the documentation should be updated to note that vue users should avoid the scroll-bar plugin, preferring the zoom-bar until the issue is solved. It could possibly be a vue level issue such that only additional example documentation is needed to reliably use the scroll bar in vue projects.
The text was updated successfully, but these errors were encountered: