Results 6 comments of Han Yeong-woo

Please include these for vitest icon. Source: https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/constants.ts#L15-L20 ```ts [ 'vitest.config.mts', 'vitest.config.cts', 'vitest.config.mjs', 'vitest.config.cjs', ] ```

> Hey @RyanCavanaugh, I've packed this into [an installable tgz](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/135059/artifacts?artifactName=tgz&fileId=9B9E7C827F6AF362B57D1037A86D3FCCF508F8EDBB34F60B1E03344AB433109902&fileName=/typescript-4.9.0-insiders.20220922.tgz). You can install it for testing by referencing it in your `package.json` like so: > > ``` > { >...

```ts function fn( callback: (unused: string) => { key: ToInferred; keyCallback: (key: ToInferred) => number; }, ) {} fn(() => ({ key: 5, keyCallback: (key) => { return key; //...

Can we make this repository a monorepo later and add 'jotai-tanstack-query' to this repository? For more promotion, contribution and maintenance. It's just suggestion. BTW, thanks for your hard work!

> @nirtamir2 seems like this addon doesn't pass down `experimental` options, found a workaround to work with `newNextLinkBehavior` 💪 > > in your `preview.tsx` file add the following > >...

> 2. Still need to think of a way to implement it in a way that's not hacky I'm interested in the second request. What do you mean "not hacky"?