Skip to content
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

Expected string, received null #1

Closed
SDS-DEV6 opened this issue Mar 6, 2024 · 4 comments
Closed

Expected string, received null #1

SDS-DEV6 opened this issue Mar 6, 2024 · 4 comments

Comments

@SDS-DEV6
Copy link

SDS-DEV6 commented Mar 6, 2024

No description provided.

@fajarwz
Copy link
Owner

fajarwz commented Mar 7, 2024

it looks like your problem is resolved, thanks for using my repo and reading my article. If you like it, consider giving it a star and sharing the article with your fellow developers.

I will close this issue. You can reopen or create a new issue if there are still other issues

@fajarwz fajarwz closed this as completed Mar 7, 2024
@SDS-DEV6
Copy link
Author

SDS-DEV6 commented Mar 7, 2024

oh apologies forgot to mention it whenever i try to use this but with a different ui style the user inputs are returned as null

@fajarwz
Copy link
Owner

fajarwz commented Mar 8, 2024

can you give me more info about the error, like post all of the code related and screenshots of the error here?

@fajarwz fajarwz reopened this Mar 8, 2024
@SDS-DEV6
Copy link
Author

SDS-DEV6 commented Mar 9, 2024

managed to address the problem. This was the code when the issue appeared. I'll be closing this since its not much of an issue related to your work more of how I might have mishandled the divs

Piku-ad
Create an Account
Don't have an account?
Sign Up
Email
                <label
                  htmlFor="password"
                  className="block text-slate-700 text-sm font-bold mb-2 mt-3"
                >
                  Password
                </label>

                <input
                  className="shadow-sm appearance-none border rounded w-full py-2 px-3 text-slate-700 leading-tight focus:outline-none focus:shadow-outline"
                  id="password"
                  type="password"
                  placeholder="Enter Password"
                />
                <div className="absolute insert-y-0 right-0 pr-3 flex items-center text-sm leading-5"></div>
              </div>

              <div className="flex flex-row  items-center justify-center gap-2 font-inter text-sm font-medium">
                <div className="font-inter font-normal">
                  Forgot Password?
                </div>
                <a className="text-blackberry-300 hover:opacity-50 font-inter text-sm font-medium">
                  Reset
                </a>
              </div>

              <LoginButton />
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

@SDS-DEV6 SDS-DEV6 closed this as completed Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants