Vishal Mundhra

Results 7 comments of Vishal Mundhra

> It looks to me like simple cosmetics. Use common errors and use the `error.js::errorHandler` to convert into ApiError to return the proper response. > > On another note @hagopj13...

@markvital yes you are missing the point. These two implementations expect you to have a front-end application running with page routes "/verify-email" and "/reset-password" respectively. The {link-to-app} is the domain...

See your routes under the switch. The '/driver-logs' route should also have component prop and not render prop.

@arinchaik I created a FieldNumberInput ````import React, { useEffect, useState } from 'react'; import { Button, HStack, Input, useNumberInput } from '@chakra-ui/react'; import { useField } from '@formiz/core'; import {...