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
I am creating a Create React App and I would like to use react-vega. However, I am getting the following error:
`./node_modules/vega-embed/build/vega-embed.module.js 1997:15
Module parse failed: Identifier directly after number (1997:15)
You may need an appropriate loader to handle this file type.
| // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
| var editor = window.open(url);
var wait = 10_000;
| var step = 250;
| var _URL = new URL(url),`
Is it possible to use vega-react in my react native app?
Thank you very much,
The text was updated successfully, but these errors were encountered:
Hi!
I am creating a Create React App and I would like to use react-vega. However, I am getting the following error:
`./node_modules/vega-embed/build/vega-embed.module.js 1997:15
Module parse failed: Identifier directly after number (1997:15)
You may need an appropriate loader to handle this file type.
| // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
| var editor = window.open(url);
Is it possible to use vega-react in my react native app?
Thank you very much,
The text was updated successfully, but these errors were encountered: