Kim Sang Du

Results 19 comments of Kim Sang Du

I think this issue was resolved in #1242, since the work was released in version 4.3.0(https://github.com/chaijs/chai/releases/tag/4.3.0), it is expected that the above issue will be resolved in later versions. In...

Hello, @keithamus I'm interested in this issue and looking at chai code. The same phenomenon is currently occurring in the latest version, but it is difficult to resolve the error....

in prop-types test code, below code is passed already ```javascript { code: ` import React, { forwardRef } from "react"; export interface IProps { children: React.ReactNode; type: "submit" | "button"...

i think the diffrence is PropsWithChildren. To make it more general, the difference arises from importing types from different files. Let me give you an example. If we expand the...

> Hi @developer-bandi, Looks like a good start! I haven't dug deep into the website code, so I'm commenting based on the behavior shown in the preview. > > >...

I temporarily added code to reflect the [previous comment](https://github.com/typescript-eslint/typescript-eslint/pull/8643#issuecomment-1991827700). (There is an issue with the setMarkers type that could not be resolved, but it is not important for now.) The...

add fix commit. when go to playground with code, tsconfig, eslintrc code with query, error mark is evoke first time.

@yeonjuan According to the answers above, it doesn't seem possible to expose an error when the tab is not selected. Therefore, it seems better to close this mr or to...

Based on the summarized opinions, I have modified it so that only the number of errors occurring in the current tab can be checked.

Some of the current CI test cases are failing. Since it is not failing locally, could you please help me resolve it?