with-context icon indicating copy to clipboard operation
with-context copied to clipboard

Decorator for new React Context API

Results 3 with-context issues
Sort by recently updated
recently updated
newest added

Does this work nicely with TypeScript?

The issue is simple, the Consumer props doesn't exists until the render method is called, that's because with-context wrap your component with a parent that renders the consumer itself and...

I am developing an app with React Native v0.54 and I am using React Navigation for the router. When I try to render a screen that is wrapped with my...

bug