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 5e3c198 commit c3bf6d1Copy full SHA for c3bf6d1
README.md
@@ -24,7 +24,7 @@ npm install --save react-combine-provider
24
import React, { useState } from 'react';
25
import ReactDOM from 'react-dom';
26
import { createContainer } from 'unstated-next';
27
-import { combineProviders } from 'react-combine-providers';
+import { combineProviders } from 'react-combine-provider';
28
29
const useCounter1 = (initialState = 1) => {
30
const [count, setCount] = useState(initialState);
0 commit comments