Hide package.json where it is not relevant

This commit is contained in:
Dan Abramov
2022-09-23 22:28:43 +01:00
parent 4ff4d8fd11
commit 0826c798a6
2 changed files with 2 additions and 2 deletions

View File

@@ -324,7 +324,7 @@ All code inside Effects is *reactive.* It will run again if some reactive value
<Sandpack>
```json package.json
```json package.json hidden
{
"dependencies": {
"react": "latest",

View File

@@ -262,7 +262,7 @@ Play with this example and see if you can spot the problem with this user experi
<Sandpack>
```json package.json
```json package.json hidden
{
"dependencies": {
"react": "latest",