-
When I use the Open session function of the JBrowse 2 React App Demo menu bar, an error occurs: TypeError: Cannot read properties of undefined (reading 'length') |
Beta Was this translation helpful? Give feedback.
Answered by
cmdcolin
Oct 17, 2023
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
-
https://jbrowse.org/demos/app-cra5/⬅️Link to JBrowse 2 React App Demo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for reporting this, it's indeed a bug! will make a fix. it's possible we could remove these functions for the app, or find a replacement (the savedSessions concept assumes use of localstorage in the jbrowse-web app but for @jbrowse/react-app, we try not to assume too many things about how sessions are 'saved')