Skip to content

Commit 5d487e6

Browse files
committed
more fuggin whitespace
1 parent b1571e3 commit 5d487e6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/content/learn/escape-hatches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ This is not ideal. You want to re-connect to the chat only if the `roomId` has c
452452

453453
<Sandpack>
454454

455-
```json package.json hidden
455+
```json package.json hidden
456456
{
457457
"dependencies": {
458458
"react": "latest",

src/content/learn/removing-effect-dependencies.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ Another of these functions only exists to pass some state to an imported API met
17851785
<Sandpack>
17861786
17871787
```json package.json hidden
1788-
{
1788+
{
17891789
"dependencies": {
17901790
"react": "latest",
17911791
"react-dom": "latest",
@@ -2079,7 +2079,6 @@ As a result, the chat re-connects only when something meaningful (`roomId` or `i
20792079
20802080
<Sandpack>
20812081
2082-
20832082
```json package.json hidden
20842083
{
20852084
"dependencies": {

src/content/learn/reusing-logic-with-custom-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ export function showNotification(message, theme = 'dark') {
10611061
}
10621062
```
10631063
1064-
```json package.json hidden
1064+
```json package.json hidden
10651065
{
10661066
"dependencies": {
10671067
"react": "latest",

0 commit comments

Comments
 (0)