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
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
How can I solve it? When I add it in index.tsx page happens the same, This is the complete message:
andres@andres:~/Documents/shooter-app$ yarn dev
yarn run v1.21.1
$ next
[ wait ] starting the development server ...
[ info ] waiting on http://localhost:3000 ...
[ info ] bundled successfully, waiting for typecheck results...
[ wait ] compiling ...
[ info ] bundled successfully, waiting for typecheck results...
[ ready ] compiled successfully - ready on http://localhost:3000
[ event ] build page: /
[ wait ] compiling ...
[ info ] bundled successfully, waiting for typecheck results...
[ ready ] compiled successfully - ready on http://localhost:3000
/home/andres/Documents/shooter-app/node_modules/react-ssr-prepass/dist/react-ssr-prepass.development.js:382
throw error;
^
TypeError: Cannot read property 'replace' of undefined
at /home/andres/Documents/shooter-app/node_modules/isomorphic-unfetch/index.js:3:36
at executeFetch (/home/andres/Documents/shooter-app/node_modules/urql/dist/cjs/core.js:274:30)
at /home/andres/Documents/shooter-app/node_modules/urql/dist/cjs/core.js:256:5
at /home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:106:9
at _1 (/home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:178:20)
at /home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:1017:7
at _1 (/home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:178:20)
at /home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:477:13
at /home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:498:12
at /home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:748:28
at b (/home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:865:14)
at Array.forEach (<anonymous>)
at b (/home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:864:77)
at /home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:748:28
at b (/home/andres/Documents/shooter-app/node_modules/wonka/dist/wonka.js:865:14)
at Array.forEach (<anonymous>)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
The text was updated successfully, but these errors were encountered:
These are the versions I'm using:
This is the config of the
_app.tsx
file:This is the page
index
, the componentindex.tsx
. This error comes when I just run a simple query:How can I solve it? When I add it in
index.tsx
page happens the same, This is the complete message:The text was updated successfully, but these errors were encountered: