Any guide for embedding a night-vision chart into React framework? #35
Unanswered
AHammerLine
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I need to look into this react stuff. Something isn't right. 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the exact same issue. Did you manage to find time to take a look? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a layman, I am tring to put night-vision charts into React framework.
Here is my file structure:
src:
Everything was ok before I use Night component in Home component. However, upon Night component added, an Uncaught SyntaxError: Unexpected token '<' raised in console log.
Below is how the my Night component file looks like:
As mentioned in docs, night-vision can be applied in any framework, so where should I start? Expecting for your replies!
Beta Was this translation helpful? Give feedback.
All reactions