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 0daa323 commit 5e3c198Copy full SHA for 5e3c198
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-reducer';
+import { combineProviders } from 'react-combine-providers';
28
29
const useCounter1 = (initialState = 1) => {
30
const [count, setCount] = useState(initialState);
0 commit comments