Posts by Rafael Victor • 33 points
6 posts
-
-1
votes1
answer292
viewsA: Unform does not return the validation error
I managed to solve the problem, it was a basic mistake of mine. My interface Signinformdata has the attributes email_user and password_user, however in Form of my Signin i passed the names without…
-
-1
votes1
answer292
viewsQ: Unform does not return the validation error
Staff I am developing an app and using the unform of Rocketseat for form validation. But when trying to create a validation error by displaying the component border in red if it is empty, the error…
-
0
votes0
answers54
viewsQ: Problem deleting password from Authentication Routes
I’m having the following error The operand of a 'delete' Operator must be optional. when trying to delete the user password in the authentication routes, so that it does not go to the frontend. But…
-
0
votes1
answer51
viewsQ: REACT Condition for NULL value in Input
I have a question on React when doing a data update for a student where I use the useEffect() to retrieve the student’s data and take them to the form by placeholder={} and then I have a onChange…
-
0
votes1
answer66
viewsQ: CSS in React: Component disappearing when using position Absolute
Talk people, good afternoon! Next, I have a problem related to my css and I’m not able to solve. The problem occurs because in a <ul> i have 3 button icons(accept, cancel and edit), I want to…
-
-1
votes1
answer40
viewsQ: Problems with SQL query with Knex in React
Next I have two tables one of Students and another of users and I am trying to make a simple login call by checking the user’s email and password through the foreign key between Students and user.…