next.js
6a18991d
- docs: replace `let` with `const` for `useState` (#66988)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#66988 - docs: replace `let` with `const` for `useState`
Author
steadily-worked
Parents
14fdc8ab
Loading