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've enjoyed working with the publicly deployed demo, and was wondering if anyone has been able to get embed Voyager successfully inside another application recently. I was hopeful that #858 would solve the issue, but it didn't work for me.
I've setup a minimal create-react-app example, which doesn't compile but attempts to instantiate a very basic instance of Voyager.
When running locally (with create react app's yarn run start command) , I get a different error than what you'll see in codesandbox (https://a.cl.ly/wbuw5don)
/Users/cameron.yick/Projects/voyager/node_modules/font-awesome-sass-loader/font-awesome-sass.config.js (/Users/cameron.yick/Projects/voyager/node_modules/css-loader/dist/cjs.js!/Users/cameron.yick/Projects/voyager/node_modules/font-awesome-sass-loader/node_modules/sass-loader/dist/cjs.js!/Users/cameron.yick/Projects/voyager/node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js!/Users/cameron.yick/Projects/voyager/node_modules/babel-loader/lib??ref--5-oneOf-3!/Users/cameron.yick/Projects/voyager/node_modules/font-awesome-sass-loader/font-awesome-sass.config.js)
TypeError: this.getOptions is not a function
ERROR in ./node_modules/font-awesome-sass-loader/font-awesome-sass.config.js (./node_modules/font-awesome-sass-loader/node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/font-awesome-sass-loader/font-awesome-sass-styles.loader.js!./node_modules/font-awesome-sass-loader/font-awesome-sass.config.js)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
TypeError: this.getOptions is not a function
at Object.loader (/Users/cameron.yick/Projects/svelte-vega-voyager-embed/node_modules/sass-loader/dist/index.js:25:24)
Workarounds I tried
These didn't work for me, but mentioning them in case others have run into the same issue.
Hi,
I've enjoyed working with the publicly deployed demo, and was wondering if anyone has been able to get embed Voyager successfully inside another application recently. I was hopeful that #858 would solve the issue, but it didn't work for me.
I've setup a minimal create-react-app example, which doesn't compile but attempts to instantiate a very basic instance of Voyager.
When running locally (with create react app's
yarn run start
command) , I get a different error than what you'll see in codesandbox (https://a.cl.ly/wbuw5don)I tried using @happybeing's example from #845 (https://github.com/happybeing/svelte-vega-voyager-embed ) , which returns a very similar error when I ran it locally today.
Workarounds I tried
These didn't work for me, but mentioning them in case others have run into the same issue.
The text was updated successfully, but these errors were encountered: