next.js
6a18991d - docs: replace `let` with `const` for `useState` (#66988)

Commit
1 year ago
docs: replace `let` with `const` for `useState` (#66988) ### What? I replaced `let` with `const` for `useState`. ### Why? Since in these examples, it doesn't need to be a `let`, as it doesn't do any reassignment.
Parents
Loading