Scott Rippey

Results 105 comments of Scott Rippey

@luiznasciment0 this whole lib is just 1 file, so I just copied my fork into my project.

My intent with this PR is just to expose the `Provider` externally, so that it could be used for whatever purposes a user might need. I think there are many...

FWIW, there is an alternative approach, similar to what you described. I've authored [`react-overridable-hooks`](https://www.npmjs.com/package/react-overridable-hooks) which wraps hooks, making them overridable via an override Provider. ``` // Normal custom hook: const...

Good find, thank you!

Does this issue still persist in the latest build? `36.6.2` was just release to address a number of TS issues.

I think I see the problem now. The packages that are causing these build issues are all ones that haven't been converted to TypeScript yet. These have manually-written `index.d.ts` files,...

Just published `36.6.4`, which explicitly adds the `any` type for the typings that were missing it. I do think this will resolve 95% of the errors posted. Please verify when...

I've created #2439 to handle these remaining issues separately!

I just published `36.6.5`, which fixes these last remaining issues. Hopefully this unblocks you all! Please report back if there are any remaining issues.