Oleg Grodzevich

Results 3 comments of Oleg Grodzevich

Ran into the same issue with .NET SDK. It manifests somewhat differently by throwing `NullReferenceException` when creating `ImmutableArray` result. The issue is annoying since it is not possible to use...

Yes, we've realized this as well. Modifying provider state causes the diff between preview and deployed configurations 😞

This change has introduced an unwelcome side-effect. The test `constructor === Array` fails in the situation when array was created in an iframe. See the relevant discussion on [stackoverflow](http://stackoverflow.com/questions/6473273/why-are-myarray-instanceof-array-and-myarray-constructor-array-both-false-wh) and...