Kevin Ghadyani

Results 45 issues of Kevin Ghadyani

The types for `SearchResultsDataModel` don't match what's coming back. ``` error TS2339: Property 'url' does not exist on type 'SearchResultsDataModel'. ``` But in the return data, there's clearly a `url`...

Per this page: http://docs.litmus.com/w/page/18056603/Customer%20API%20documentation, clients.xml is located in `pages/clients.xml` and `emails/clients.xml`. I think it'd be nice to include a generic list of Application codes and Application long names in the...

**Description** When making a query, everything's typed and working properly, but when I examine the `data` and `error` props, I get `undefined` even though the `200` value is clearly defined...

enhancement
openapi-fetch

This is a continuation of issues in this ticket: https://github.com/MediaArea/MediaInfo/issues/422 which was closed because it should be fixed, but that's only for IMAX Enhanced audio on some movies, not the...

Currently, `OneForm` uses refs to get functions in change handlers embedded into props passed to hooks. We need to change that so the hook itself returns a subscriber function that...

Right now, there's no way to know what's wrong when your form won't submit if you didn't properly design your form. The intention is you build validation in your form...

Right now, `OneForm` doesn't manage the disabled state on anything; it's something you have to do yourself. ## Submit Button Typically, people want to disable the submit button until all...

OneForm has many contexts, but if you're missing the OneForm, it currently errors about things not existing in context; although, these errors are pretty cryptic and come from invalid JS,...

In the original implementation at Minted, `onChange` did its thing only once and there was nothing about subsequent updates. In OneForm, I added a handler for subsequent updates, but it...

When I am using gulp-requirejs as my src instead of gulp.src(), I get the error "Expected a source file with stats". Originally thought this is because the file didn't exist,...