JBrowse 2 linear genome view React component in a flask app #2146
Unanswered
vpandey-om
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @vpandey-om, are you able to use other React components in your app? That error message makes it sound like there is a problem using React in general and not specifically a JBrowse problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I would like to use JBrowse 2 in my flask app and was wondering whether can I use JBrowse 2 linear genome view React component.
I read embedding JBrowse 2 in app form here (https://jbrowse.org/demos/cancer-demo-2020/ ) but I cannot integrate in my flask app .
this line (import React from 'react') throws error.
Uncaught SyntaxError: Cannot use import statement outside a module when
I am looking forward for your reply.
Beta Was this translation helpful? Give feedback.
All reactions