Skip to content

Commit

Permalink
docs(react): update dependencyList as []
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Oct 2, 2023
1 parent 1ea083d commit e945711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/ErrorBoundary.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const SetErrorAfterFetch = () => {
(response) => {},
(error) => errorBoundary.setError(error) // instead of throw inside
)
})
}, [])

return <>...</>
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/ErrorBoundary.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const SetErrorAfterFetch = () => {
(response) => {},
(error) => errorBoundary.setError(error) // instead of throw inside
)
})
}, [])

return <>...</>
}
Expand Down

2 comments on commit e945711

@vercel
Copy link

@vercel vercel bot commented on e945711 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization-suspensive.vercel.app
visualization.suspensive.org
visualization-git-main-suspensive.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e945711 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./websites/docs

docs-suspensive.vercel.app
docs-git-main-suspensive.vercel.app
www.suspensive.org
suspensive.org
docs.suspensive.org

Please sign in to comment.