Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Based Components lesson fix for issue #29048 #29132

Merged
merged 4 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion react/class_components/class_based_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@

This section contains helpful links to related content. It isn't required, so consider it supplemental.

- In general, the React documentation on [thinking in react](https://legacy.reactjs.org/docs/thinking-in-react.html) is a really good place to look into, if you want more practice with class-based components, from scratch.
- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum.

Check failure on line 289 in react/class_components/class_based_components.md

View workflow job for this annotation

GitHub Actions / Lint lesson files

Files should end with a single newline character

react/class_components/class_based_components.md:289:133 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md047.md
1Amal marked this conversation as resolved.
Show resolved Hide resolved
Loading