fix: frontmatter

This commit is contained in:
thomas
2024-02-15 17:37:29 +01:00
parent cf588ff925
commit 8cdaef0b38
3 changed files with 4 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ challengeNumber: 44
command: angular-view-transition command: angular-view-transition
sidebar: sidebar:
order: 208 order: 208
badge: New
--- ---
## Information ## Information

View File

@@ -5,7 +5,7 @@ author: wandrille-guesdon
challengeNumber: 45 challengeNumber: 45
command: angular-react-in-angular command: angular-react-in-angular
sidebar: sidebar:
order: NaN order: 209
badge: New badge: New
--- ---
@@ -60,14 +60,15 @@ npm i --save-dev @types/react @types/react-dom
<details> <details>
<summary>Hint 3 - Display</summary> <summary>Hint 3 - Display</summary>
To render the component, it should look like this: To render the component, it should look like this:
``` ```
<react root>.render( <react root>.render(
<React.StrictMode> <React.StrictMode>
... ...
</React.StrictMode> </React.StrictMode>
) )
``` ```
</details> </details>
<details> <details>

View File

@@ -6,7 +6,6 @@ challengeNumber: 44
command: angular-view-transition command: angular-view-transition
sidebar: sidebar:
order: 208 order: 208
badge: New
--- ---
## Informação ## Informação