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
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Shrine crashes when you scroll on desktop. This is caused by the scrollbars that are automatically applied on desktop platforms. There are scroll views in Shrine that are all using the same scroll controller, so when it tries to draw one scrollbar for all of those scroll views it crashes.
This is most likely due to the PrimaryScrollController. All vertical scroll views that have not been provided a scroll controller automatically attach to the PrimaryScrollController. If each scroll view is provided a unique scroll controller, the desktop scrollbars won't have an issue. I am opening a PR now to disable them and fix the crash until that work can be done.
Shrine crashes when you scroll on desktop. This is caused by the scrollbars that are automatically applied on desktop platforms. There are scroll views in Shrine that are all using the same scroll controller, so when it tries to draw one scrollbar for all of those scroll views it crashes.
This is most likely due to the PrimaryScrollController. All vertical scroll views that have not been provided a scroll controller automatically attach to the PrimaryScrollController. If each scroll view is provided a unique scroll controller, the desktop scrollbars won't have an issue. I am opening a PR now to disable them and fix the crash until that work can be done.
Related: #523
The text was updated successfully, but these errors were encountered: