We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 076ffcb + c474d3f commit 35ad012Copy full SHA for 35ad012
pages/lex/strat-names/+Page.client.ts
@@ -9,7 +9,7 @@ import { Loading } from "../../index";
9
10
export function Page() {
11
const [input, setInput] = useState("");
12
- const [lastID, setLastID] = useState(null);
+ const [lastID, setLastID] = useState(0);
13
const [data, setData] = useState([]);
14
const pageSize = 20;
15
const result = useStratData(lastID, input, pageSize);
0 commit comments