Replies: 1 comment 2 replies
-
Hi @Cerchie 👋 just tried this out and can reproduce this. Could you please open an issue for this as this is likely a bug of this package that needs fixing: https://github.com/thomasheyenbrock/remix-graphql/issues/new/choose |
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
-
To replicate the issue I'm running into, on MacOS, I ran:
I then ran
npm run dev
and the app worked.The next thing I did was add a file called
$username.tsx
to the/routes
folder, and copy-pasted the code for consuming graphql from the readme in this repository. I got this error:It's odd because my repository doesn't have that script as generated.
I'm wondering what part of the remix architecture I could be missing to make this work? Thanks in advance for any help!
Beta Was this translation helpful? Give feedback.
All reactions