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
As of 2020/09/28, two infinite loops have been discovered which remain unresolved. One involves a Dash DataTable with fixed rows inside an sd-material-ui Accordion component. The other with an sd-material-ui dropdown inside an sd-material-ui Accordion. The suspected cause is an interplay between the JS that positions the Accordion's children, and the JS that positions the dropdown options or the fixed table rows. This has manifested as an error stating Maximum recursion depth exceeded, or as one or more callbacks listening to the pathname firing endlessly with the pathname as None.
The text was updated successfully, but these errors were encountered:
Description
As of 2020/09/28, two infinite loops have been discovered which remain unresolved. One involves a Dash DataTable with fixed rows inside an sd-material-ui Accordion component. The other with an sd-material-ui dropdown inside an sd-material-ui Accordion. The suspected cause is an interplay between the JS that positions the Accordion's children, and the JS that positions the dropdown options or the fixed table rows. This has manifested as an error stating Maximum recursion depth exceeded, or as one or more callbacks listening to the
pathname
firing endlessly with thepathname
asNone
.The text was updated successfully, but these errors were encountered: