fix: note added for frontend libraries superblock page (#51270)

This commit is contained in:
Riya Dhawan
2023-08-15 22:03:47 +05:30
committed by GitHub
parent 056d8e4a1b
commit ff79352051
6 changed files with 7 additions and 1 deletions
@@ -15,7 +15,7 @@ function SuperBlockIntro(props: SuperBlockIntroProps): JSX.Element {
const superBlockIntroObj: {
title: string;
intro: string[];
note: string[];
note: string;
} = t(`intro:${superBlock}`);
const {
title: i18nSuperBlock,
@@ -8,6 +8,8 @@ dashedName: build-a-25--5-clock
# --description--
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
**Objective:** Build an app that is functionally similar to this: <a href="https://25--5-clock.freecodecamp.rocks" target="_blank" rel="noopener noreferrer nofollow">https://25--5-clock.freecodecamp.rocks</a>.
Fulfill the below user stories and get all of the tests to pass. Use whichever libraries or APIs you need. Give it your own personal style.
@@ -7,6 +7,7 @@ dashedName: build-a-drum-machine
---
# --description--
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
**Objective:** Build an app that is functionally similar to this: <a href="https://drum-machine.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://drum-machine.freecodecamp.rocks/</a>.
@@ -7,6 +7,7 @@ dashedName: build-a-javascript-calculator
---
# --description--
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
**Objective:** Build an app that is functionally similar to this: <a href="https://javascript-calculator.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://javascript-calculator.freecodecamp.rocks/</a>.
@@ -7,6 +7,7 @@ dashedName: build-a-markdown-previewer
---
# --description--
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
**Objective:** Build an app that is functionally similar to this: <a href="https://markdown-previewer.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://markdown-previewer.freecodecamp.rocks/</a>.
@@ -7,6 +7,7 @@ dashedName: build-a-random-quote-machine
---
# --description--
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
**Objective:** Build an app that is functionally similar to this: <a href="https://random-quote-machine.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://random-quote-machine.freecodecamp.rocks/</a>.