delete setupProxy.js file followup - #494
Conversation
|
postposting this issue until after we migrate from Create React App to Vite |
|
now that we've finished the #474 is this PR good to merge or work on further? |
It should be good now |
|
@cevangel could you update your branch to be current with main and then reimplement the initial solution? thank you! |
Just to make sure, to update my branch to be current with main, do the following right?: Then do my initial solution from there? |
|
@cevangel https://jtemporal.com/updating-a-branch-with-git-rebase/ make sure your forked main is up to date, and then follow the example I linked. lmk if you have questions. |
Got this error after making sure the forked main is up to date via this documentation, and did the example involving rebasing but got this error when running lint: not sure whether to do the reinstall or if that may result in other complications or if I just did something wrong on the way. |
|
duplicate #575 |

Description
This is a follow up PR to #484
Accidentally deleted the other one when trying to troubleshoot
Collaborated with @20jasper on troubleshooting
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Additionally, please include reasoning if tests have failed.
Type of change
Please select everything applicable. Please, do not delete any lines.
Issue
Checklist:
npm run testand all tests have passed successfully or I have included details within my PR on the failure.npm run lintand resolved any outstanding errors. Most issues can be solved by executingnpm run format