How to stop Knockout 3.2 library loading twice
问题 I have the issue that binding expressions such as <div data-bind="text: $data.Property"></div> -where Property is an observable- causes the actual text of knockout's observable function to display instead of the value Property is supposed to represent. This was addressed here In IE8, KnockoutJS 3.2 displaying actual observable function rather than the observable's value. The cause of that issue was that duplicate knockout library files were being loaded. The "UPDATE:" section and answer of