Evan Jacobs

Results 418 comments of Evan Jacobs

It would be a different library if we dropped use of context, which is required for server components. No plans to do so. React is welcome to introduce a useful...

They've been pretty clear that you can still use whatever you want in client components, it's just they won't be as optimized. But like with all things it's a tradeoff....

I'm the current maintainer, removing important library functionality just because the React team has decided to rug pull an important set of APIs isn't going to happen. There are at...

Modified this in a separate PR

Let's actually just inline the type instead of requiring the user to install `react-native` if they're not using it, etc: ```tsx export interface NativeSyntheticEvent extends React.BaseSyntheticEvent< T, React.ElementRef, React.ElementRef >...

@thomasrockhu-codecov can this be merged and released please, it's causing all sorts of annoyances due to some flaky unit tests in our setup. The coverage keeps changing because the reports...

@bonkey looks like this PR needs a rebase too

@thomasrockhu-codecov /bump

@thomasrockhu-codecov @drazisil-codecov someone please, this is a very annoying bug that is not possible to work around from userland