Skip to content

Commit fbcdcd4

Browse files
committed
docs: minor fixes
1 parent 496843a commit fbcdcd4

File tree

3 files changed

+48
-46
lines changed

3 files changed

+48
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"jiti": "^2.4.2",
7777
"lefthook": "^1.11.9",
7878
"markdownlint": "^0.37.4",
79-
"nx": "20.7.1",
79+
"nx": "20.7.2",
8080
"publint": "^0.3.11",
8181
"react": "^19.1.0",
8282
"react-dom": "^19.1.0",

packages/plugins/eslint-plugin-react-x/src/rules/no-nested-lazy-component-declarations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ function Editor() {
6363

6464
## Further Reading
6565

66+
- [React: APIs Lazy](https://react.dev/reference/react/lazy)
67+
- [My lazy component’s state gets reset unexpectedly](https://react.dev/reference/react/lazy#my-lazy-components-state-gets-reset-unexpectedly)
6668
- [React: Nesting and organizing components](https://react.dev/learn/your-first-component#nesting-and-organizing-components)
6769

6870
---

pnpm-lock.yaml

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)