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 955526c commit 95a9331Copy full SHA for 95a9331
README.md
@@ -17,6 +17,7 @@ import React from 'react';
17
18
import useStateWithCallback from 'use-state-with-callback';
19
20
+// Note: cannot be used on the server-side (e.g. Next.js)
21
// import { useStateWithCallbackInstant } from 'use-state-with-callback';
22
23
const App = () => {
0 commit comments