Sankalp Singh

Results 8 comments of Sankalp Singh

1-can you do one thing in ./src/App.js there import React from 'react' instead of 'React' just try and to check `import React from 'React'` instead of using this use this->...

There can be mainly some of issue like 1.Verify API Documentation /v2/booking check in there it could be possible that there are any specific query parameter or body parameter as...

const params = new URLSearchParams(Array.from(searchParams.entries())); should be added in that 1. compatibility with URLSearchParams 2. It converts the ReadonlyURLSearchParams into a format that can be directly used to create a...

I am currently working on this 1. Update the type definition check the type for user and insure the updated schema added to new attributes 2. Ensure proper alignment 3....

I just solved it and made pull request

I have made changes in #1509 only problem was types of User was not defined so that was causing typescript linting error