Skip to content

Commit

Permalink
fix test + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Jan 6, 2025
1 parent d79a97a commit 5b814a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# master

- Add support for the new Relay `@catch` directive. https://github.com/zth/rescript-relay/pull/549
- Add support for `usePrefetchableForwardPagination`. https://github.com/zth/rescript-relay/pull/551

# 3.1.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe("Prefetchable pagination", () => {
data: {
node: {
__typename: "User",
id: "user-3",
id: "user-1",
friendsConnection: {
pageInfo: {
endCursor: "4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ module Test = {
~bufferSize=2,
)

Js.log(edges)

<div>
<div>
{edges
Expand Down

0 comments on commit 5b814a5

Please sign in to comment.