From f76931a611ef46a6d5abfeaf259089cf371326e3 Mon Sep 17 00:00:00 2001 From: Amal Kariyawasam <12756149+1Amal@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:56:04 +1100 Subject: [PATCH 1/2] Class Based Components lesson fix for #29048 Class Based Components: 'Additional resources' points to article which do not contain information on Class Based Components #29048. Removed additional resources link and replaced with "It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum." --- react/class_components/class_based_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/class_components/class_based_components.md b/react/class_components/class_based_components.md index 1d1455278c3..2252d7bed30 100644 --- a/react/class_components/class_based_components.md +++ b/react/class_components/class_based_components.md @@ -286,4 +286,4 @@ The following questions are an opportunity to reflect on key topics in this less 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. \ No newline at end of file From 4f327366628eee4f8bd28b4412b84d07edc346fe Mon Sep 17 00:00:00 2001 From: Amal Kariyawasam <12756149+1Amal@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:10:21 +1100 Subject: [PATCH 2/2] Added newline character to the bottom of the file Added newline character to the bottom of the file to fix the lint warning. --- react/class_components/class_based_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/class_components/class_based_components.md b/react/class_components/class_based_components.md index 2252d7bed30..830e27a827f 100644 --- a/react/class_components/class_based_components.md +++ b/react/class_components/class_based_components.md @@ -286,4 +286,4 @@ The following questions are an opportunity to reflect on key topics in this less This section contains helpful links to related content. It isn't required, so consider it supplemental. -- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum. \ No newline at end of file +- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum.