Trillium Smith
Trillium Smith
#1549 has a list of all the files with jsx ``` ./src/components/ProjectForm.js ./src/components/Navbar.js ./src/components/auth/Auth.js ./src/components/auth/HandleAuth.js ./src/components/user-admin/EditUsers.js ./src/components/user-admin/AddNewProject.js ./src/components/user-admin/UserManagement.js ./src/components/admin/donutChartContainer.js ./src/components/admin/donutChartLoading.js ./src/components/admin/dashboard/index.js ./src/components/admin/donutChart.js ./src/components/admin/reports/index.js ./src/components/dashboard/AddTeamMember.js ./src/components/dashboard/RosterTable.js ./src/components/dashboard/RosterTableRow.js ./src/components/presentational/CheckInButtons.js ./src/components/presentational/returnUserForm.js ./src/components/presentational/newUserForm.js ./src/components/presentational/profile/UserTable.js...
Hey all, @chukalicious was asking what we should do for components that aren't being used and aren't accessible if they're in this MUI update list. We should close those issues...
@JackHaeg Done :)
This issue should be delayed until #1576 is solved due to potential merge conflicts
Not sure why it is now succeeding, but it built without changing anything
It's because we don't have linting across the project at this time (it's in the works). Your linter is formatting the file you're working on when you trigger save probably,...
File at `client/src/components/manageProjects/eventForm.js`
We're in luck here, the production DB only has two duplicate emails eg `jeff@example, Jeff@example` and ~40 emails that have upper case letters in them. Enough that a manual edit...
Great work, thanks Evan! This pull request is a part of a larger batch [here](https://github.com/hackforla/VRMS/issues/1456). We need to hold off on merging this pull request until the rest of the...
# Overview Seems likem the error is indicating that the node is unable to locate `react-scripts`. When plugging the error into Copilot it sends back > The error message Error:...