Caleb Wilson

Results 12 comments of Caleb Wilson

from debugging i have found that inside `ChangePagePresentation` that `GetViewModelType` is returning `IMxvViewModel` for my view controller instead of my bespoke view model type

However it isn't doing this for all my view controllers wrapped inside a navigation controller, it is only one of them

Im seeing now that the ViewModel property for my view controller that i'm looking to navigate too is null and hence why it is not finding the right type. Any...

It doesn't throw out when using the playground, I'll get you my model and version now, thanks!

Our model is as follows (i have taken out any attribute which is not used for our indexes) ``` export const buildPartitionKey = (docmailMailingGuid: string): string => `${MAILING_PREFIX}${docmailMailingGuid}`; export const...

Im also having an issue when trying to complete a put operation with an attribute which is a list i'm getting a validation error ``` error { "errorType": "ElectroValidationError", "errorMessage":...

Hello, sorry for the delay - we have found this source of our issue. We have some helper methods which modify the array prototype to give us some extension method...

i can update anywhere the for in loop is used if you would like, i'm not seeing any guide on contributing

Are there any updates on this?