arj060892

Results 2 comments of arj060892

if anyone getting error for `container.offsetTop` as `[ts] Property 'offsetTop' does not exist on type 'Element'.` from typescript , make following change to @Nexxado answer - `const container = document.querySelector('myParentContainer');`

@JonathanMagnan I' trying to mock `QueryFutureEnumerable `object with autofixture something like `var foo = fixture.Create()` , But I'm getting the following error, ``` System.Reflection.TargetInvocationException: Exception has been thrown by the...