Steve Schmitt
Steve Schmitt
So far I can't reproduce the problem. Maybe because the join table I used has two integer keys, instead of an integer and a GUID.
Fascinating. I have no idea why `toJSONSafe` would to behave differently based on the ES target level. I'll have to try it. Thanks for the excellent description of the issue.
@EchoFoxxtrot could you please try using the [2.1.5-mjs](https://www.npmjs.com/package/breeze-client/v/2.1.5-mjs) version? ``` npm install breeze-client@mjs ``` The breeze code is the same, but the **mjs** version is built to the esm2020 module...
@EchoFoxxtrot I can't reproduce the problem. I've got an Angular 15 project and changed the `tsconfig.base.json` to match what you said above: ```js "sourceMap": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata":...
If you could create a minimal reproduction, that would be ideal, but I understand that can be difficult. You could start with the [northwind-demo](https://github.com/Breeze/northwind-demo), but you would need to bring...
@EchoFoxxtrot Any luck?
Hi @mahish, the message "items may be added or removed but the collection may not be changed" means what you said: that you can change the content of the collection...
Yes, a PR would be great. Thank you.
@mahish Have you made any progress on this?
At some point, we will switch it: the mjs version will get the `latest` tag, and the non-mjs version will get a `umd` tag.