Lukas Kahwe Smith
Lukas Kahwe Smith
I have further debugged this and I believe the issue is in this call: https://github.com/mathematic-inc/ts-japi/blob/main/src/classes/serializer.ts#L312 ie. in the code for `recurseRelators`: https://github.com/mathematic-inc/ts-japi/blob/main/src/utils/serializer.utils.ts#L5 Unfortunately, VSCode crashes when I try to debug...
OK, I have figured out the root issue. The issue is caused if the `@id` is not called `id`. This breaks ts-japi's relatorCache as it then uses `undefined` for the...
I have submitted a PR with a fix https://github.com/mathematic-inc/ts-japi/pull/105 The work-around is of course to rename all `@id` field names to `id`.
> > OK, I have figured out the root issue. The issue is caused if the `@id` is not called `id`. This breaks ts-japi's relatorCache as it then uses `undefined`...
thx. the PR has been merged. lets see how quickly a new release is made.
They have not made a release yet and did not respond to my question about making a release. Since I "fixed" my issues in my project by renaming the relevant...
ok. thx. is there a list of similar limitations that people migrating from the US to EU are likely to face?