pierscowburn
pierscowburn
I'm getting the same issue. Don't suppose anyone found a fix? It runs fine in the emulator, it's only on the phone that I get an issue. I'm on GCC...
+1, this would be great to have
For reference, the latest TypeScript documentation effectively says that Interfaces and Type aliases are interchangable: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#differences-between-type-aliases-and-interfaces. Which one the user uses is largely down to personal preference.
Thanks for the thoughtful reply. Here's why this is an issue for our application: - The scenario whereby one user can set a property on an object that has been...
Just to clarify further, I've put the crucial parts from the first reproduction sequence in bold & italic – the field in question is an existing field: 1. Have user...
Thanks for the quick response! I definitely think there's an element of latency that is factoring into the behaviour I'm seeing; that's the only way I can account for the...
I've been trying to find a way to work around this from our own code, but unfortunately I don't actually think it's possible to do so. Here are some notes...
@astnmsn thanks a lot for taking a look at this! I can confirm that enabling `ignoreRemoteMapChanges` does resolve the issue in our codebase, and also passes our existing test suite...