Closed Acentrage closed 8 years ago
K. Just a note, I'm using 1.8.7 and this code was updated in the last month. Lemme do a bit more investigating. What about only changing the code on the assertion function?
Yeah, so that function is effectively private, so we could change anything to any. If you change that, but keep the interface the way it was, does the error go away?
I'm getting this error in Visual Studio for ILinkedNodeList, ILinkedNode and assertValidDetached.
I fixed it by replacing "TNode" with "any":
Any other solutions or should I create a PR?
Visual Studio 2015, Update 1 TypeScript 1.7.6.0