Alexandre Costa
Alexandre Costa
This PR fixes the default value of the `PreparedProps` generic type. The `PreparedProps` generic needs an object as a default value. Without the default value object, Typescript would set all...
Now the `type` prop accepts a function and receives the data returned from the promise. It's similar to the `render` prop. example: ```ts const promise = () => Promise.resolve({ errors:...
In my opinion, the **Most help wanted issues** option should not appear in the "sort types" dropdown menu. This is because users may want to sort repositories based on the...
This PR improves the `cloneObject` utility function by checking if the `FileList` object is available in certain environments. In some cases, such as Adobe Photoshop Plugin development (UXP), the `FileList`...