We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d0e4f commit d839c6bCopy full SHA for d839c6b
README.md
@@ -16,7 +16,6 @@
16
```jsx
17
18
import React from 'react';
19
-import { withContextConsumer } from 'react-with-multiple-contexts';
20
import { ContextA, ContextB, ContextC } from './contexts';
21
22
export class ComponentProvider extends React.Class {
@@ -40,7 +39,6 @@ export class ComponentProvider extends React.Class {
40
39
41
42
43
44
45
46
export class ComponentConsumer extends React.Class {
0 commit comments