Skip to content

Commit

Permalink
fix typescript build
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Oct 29, 2024
1 parent d5bd7fd commit 8162bc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/create/CreateGuesser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const IntrospectedCreateGuesser = ({
mutationOptions,
transform,
redirectTo,
children: []
});

const displayOverrideCode = useDisplayOverrideCode();
Expand Down
1 change: 1 addition & 0 deletions src/edit/EditGuesser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const IntrospectedEditGuesser = ({
mutationOptions,
transform,
redirectTo,
children: []
});
useMercureSubscription(resource, id);

Expand Down
2 changes: 1 addition & 1 deletion src/hydra/fetchHydra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function fetchHydra(
Promise.reject(
new HttpError(
(
json[0][
json[0]?.[
'http://www.w3.org/ns/hydra/core#description'
] as JsonLdObj[]
)?.[0]?.['@value'],
Expand Down

0 comments on commit 8162bc8

Please sign in to comment.