chore(curriculum): remove before/after user code (batch 06-07) (#66503)

This commit is contained in:
Sem Bauke
2026-03-17 10:59:00 +01:00
committed by GitHub
parent 2c2405b1c8
commit d0dd831fb9
10 changed files with 0 additions and 60 deletions

View File

@@ -80,12 +80,6 @@ Typing in the input element should update the state and the value of the input,
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<ControlledInput />, document.getElementById('root'))
```
## --seed-contents--
```jsx

View File

@@ -134,12 +134,6 @@ The `h1` heading element should render the value of the `submit` field from the
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<MyForm />, document.getElementById('root'));
```
## --seed-contents--
```jsx

View File

@@ -65,12 +65,6 @@ The `h1` element in `Navbar` should render the `name` prop.
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<MyApp />, document.getElementById('root'))
```
## --seed-contents--
```jsx

View File

@@ -88,12 +88,6 @@ The `RenderInput` component should receive the `MyApp` state property `inputValu
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<MyApp />, document.getElementById('root'))
```
## --seed-contents--
```jsx

View File

@@ -44,12 +44,6 @@ assert(
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<MyComponent />, document.getElementById('root'))
```
## --seed-contents--
```jsx

View File

@@ -64,12 +64,6 @@ The `h1` tag should render the `activeUsers` value from `MyComponent`'s state.
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<MyComponent />, document.getElementById('root'));
```
## --seed-contents--
```jsx

View File

@@ -89,12 +89,6 @@ Once the component has mounted, pressing `enter` should update its state and the
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<MyComponent />, document.getElementById('root'))
```
## --seed-contents--
```jsx

View File

@@ -90,12 +90,6 @@ The `OnlyEvens` component should return an `h1` tag which renders the value of `
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<Controller />, document.getElementById('root'));
```
## --seed-contents--
```jsx

View File

@@ -72,12 +72,6 @@ assert(
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<Colorful />, document.getElementById('root'))
```
## --seed-contents--
```jsx

View File

@@ -70,12 +70,6 @@ assert(
# --seed--
## --after-user-code--
```jsx
ReactDOM.render(<Colorful />, document.getElementById('root'))
```
## --seed-contents--
```jsx