Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'internal_url' is missing #616

Open
mielvds opened this issue May 31, 2023 · 0 comments
Open

Property 'internal_url' is missing #616

mielvds opened this issue May 31, 2023 · 0 comments

Comments

@mielvds
Copy link

mielvds commented May 31, 2023

@lem-onade I'm getting this typescript mismatch error:

#0 38.77 lib/features/loan/loan.services.ts(140,18): error TS2345: Argument of type 'Thing' is not assignable to parameter of type 'ThingPersisted'.
#0 38.77   Type 'DatasetCore<Quad, Quad> & { internal_localSubject: LocalNode; }' is not assignable to type 'ThingPersisted'.
#0 38.77     Type 'DatasetCore<Quad, Quad> & { internal_localSubject: LocalNode; }' is not assignable to type 'DatasetCore<Quad, Quad> & { internal_localSubject: LocalNode; } & { internal_url: string; }'.
#0 38.77       Property 'internal_url' is missing in type 'DatasetCore<Quad, Quad> & { internal_localSubject: LocalNode; }' but required in type '{ internal_url: string; }'.

I'm thinking some kind of package mismatch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant