Arya Emami

Results 42 issues of Arya Emami

### This PR: - [X] Bumps TypeScript version for toolkit and the root `package.json` to 5.4. - [X] Fixes TypeScript 5.4 issue related to calling `dispatch` inside `createAsyncThunk`. - [X]...

## This PR: - [X] Adds support for function overloads through `toBeCallableWith()` - [ ] Resolves #30 This is a rough draft, I will probably add support for overloads through...

enhancement

Might be worth integrating [@typescript/analyze-trace](https://github.com/microsoft/typescript-analyze-trace) in our workflow somehow. At worst it's probably going to help us improve some performance, at best it will help us avoid the dreaded `Type...

chore

## __This PR__: - [X] Migrates the codebase to TypeScript. - [X] Adds JSDocs for internal and external APIs. - [X] Fixes a bug related to `text` being overwritten by...

Are you interested in migrating to TypeScript? I can put up a PR!

## Summary: This PR updates the peer dependency for React to support version 18.3. The motivation for this change stems from an issue where installing React 18.3 alongside React Native...

CLA Signed
Shared with Meta

## Summary Add support for TypeScript config files (`eslint.config.ts`, `eslint.config.mts`, `eslint.config.cts`). ## Related Issues [This PR](https://github.com/eslint/eslint/pull/18134) is related to this RFC.

feature
Initial Commenting

This is by far one of the best linting extensions I have ever worked with. Is it still being maintained? If so would the maintainers be willing to take PRs?

## **This PR:** - [x] Updates `react` and `react-dom` to v19 beta. - [x] Sets the `@types/react` and `@types/react-dom` package resolutions to `npm:types-react` and `npm:types-react-dom` according to the [React 19...

## **This PR:** - [X] Adds `size-limit` config to monitor bundle size changes in preparation for any potential changes we'll have to make to migrate to React 19.