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
Creating an optimized production build...
Failed to compile.
./node_modules/@ldflex/comunica/src/ComunicaEngine.js
Error: /[...]/Solid/ldflex-playground/node_modules/@ldflex/comunica/src/ComunicaEngine.js: Expected type "Expression" with option undefined, but instead got "SpreadElement".
at Array.map ()
at Array.forEach ()
The text was updated successfully, but these errors were encountered:
If I run this code at solid.github.io/ldflex-playground/ I get no results while signed in to my pod at solidcommunity.net
If I try to clone and run locally:
npm install -g react-scripts
npm install @solid/react
npm install
npm run build
I get an error:
[email protected] build /[...]/Solid/ldflex-playground
react-scripts build
Creating an optimized production build...
Failed to compile.
./node_modules/@ldflex/comunica/src/ComunicaEngine.js
Error: /[...]/Solid/ldflex-playground/node_modules/@ldflex/comunica/src/ComunicaEngine.js: Expected type "Expression" with option undefined, but instead got "SpreadElement".
at Array.map ()
at Array.forEach ()
The text was updated successfully, but these errors were encountered: