-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add react-query package #36
Conversation
I added React-query as a dependency but should I include something else like an example request? |
@ddrosario maybe hit one of the sample endpoints in our fastify server? |
1a49b9b
to
71aad06
Compare
I'm not sure if others are having similar issues with running the project. I was having issues with Vite and I had to install the following 3 packages in order to get the project to run. I also had to move the BrowserRouter up a level to main.jsx.
I can move these changes to another PR if needed. |
Hmm, what's your development setup? Are you using Docker, or running locally on your OS? What OS are you using? |
I am running Mac OS, but I'm just running the project via docker container `docker compose up`. I found out about these dependencies by connecting into the docker container and trying to install/run from there. |
I did a fresh install and it's building now. 🤷 I removed those peer dependencies |
9eedaa2
to
392b29d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, works for me in testing...!
No description provided.