-
"use client"
import React, { useEffect, useState } from 'react'
import CreateBudget from './CreateBudget'
import { db } from '@/utils/dbConfig'
import { desc, eq, getTableColumns, sql } from 'driz…
-
### Describe the bug
I cannot for the life of me get the `Next Page` button to show anything but the first page (in this case `Introduction`) I know there are several issues that have been closed abo…
-
### Describe the Bug
## Bug Description
I am facing an issue while integrating the email functionality using `@react-email/render` and `nodemailer` packages. The code crashes with an "ERR_MO…
-
having issues with icomes and expenses..not showing incomes and expenses
-
We need to look up the type of a jsx expression by actually resolving the jsx factory call, so that we don't create a reference to the global `JSX.Element` type, which can change shape between react v…
-
# Functionalities
- [ ] I can click the Submit button, even without filling any of the form fields. It won't submit the form, however, the button should be disabled and unclickable until the form is …
-
User Inputs:
- Username
- Email Address
- Password
- Confirm Password
- Submit Button
Add the following section at the bottom
- Already have an account? [**Login**]
Styling must …
-
In testing the addition of Facebook sign in to Campaigns, I found one situation where it isn't working. When the email associated with Facebook is not in WeVoteServer database (Email or Voter email), …
-
Hey, would you be able to point me to the supabase related code? I wasn't able to find it. Is it in a different repo?
Thanks 🫶
-
I utilized vite to create a frontend template. The package.json resides in the frontend directory and includes development tools, but I'm encountering an error. This project involves Django and React.…